#35ECBC

Color #35ECBC Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turquoise #35ECBC

Tints of Turquoise #35ECBC

Color information

#35ECBC (or 0x35ECBC) is unknown color: approx Turquoise. HEX triplet: 35, EC and BC. RGB value is (53,236,188). Sum of RGB (Red+Green+Blue) = 53+236+188=477 (63% of max value = 765). Red value is 53 (21.09% from 255 or 11.11% from 477); Green value is 236 (92.58% from 255 or 49.48% from 477); Blue value is 188 (73.83% from 255 or 39.41% from 477); Max value from RGB is 236 - color contains mainly: green. Hex color #35ECBC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #35ECBC is #CA1343. Grayscale: #AFAFAF. Windows color (decimal): -13243204 or 12381237. OLE color: 12381237.

HSL color Cylindrical-coordinate representation of color #35ECBC: hue angle of 164.26º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #35ECBC is Cyan = 0.78, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.

Color convert

RGB53236188-
CMYK0.7800.200.07
HSL164.26º82.81%56.67%-
HSV(B)164.26º77.54%92.55%-
XYZ40.5464.3857.87-
YUV175.81134.8740.4-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 53 (21.09% from 255) = 11.11%
GREEN value IS 236 (92.58% from 255) = 49.48%
BLUE value IS 188 (73.83% from 255) = 39.41%
R=11.11%
G=49.48%
B=39.41%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal532361880.7800.200.07164.2682.8156.67
Hex35ECBC4E0147a45339
Octal65354274116024724412371
Binary11010111101100101111001001110010100111101001001010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35ECBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35ECBC; }

 p { color: rgb(53,236,188); }

 H1.HeaderClassName
 {
   color: #35ECBC;
 }
 .AnyTagClassName
 {
   color: #35ECBC;
 }
</style>
background-color css

<style>
 a { background-color: #35ECBC; }

 a { background-color: rgb(53,236,188); }

 div.DivClassName
 {
   background-color: #35ECBC;
 }
 .BgClassName
 {
   background-color: #35ECBC;
 }
</style>
border-color css

<style>
 span { border-color: #35ECBC; }

 span { border-color: rgb(53,236,188); }

 td.TdClassName
 {
   border-color: #35ECBC;
 }
 .TagClassName
 {
   border-color: #35ECBC;
 }
</style>