#35ECC2

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

Shades of Turquoise #35ECC2

Tints of Turquoise #35ECC2

Color information

#35ECC2 (or 0x35ECC2) is unknown color: approx Turquoise. HEX triplet: 35, EC and C2. RGB value is (53,236,194). Sum of RGB (Red+Green+Blue) = 53+236+194=483 (63% of max value = 765). Red value is 53 (21.09% from 255 or 10.97% from 483); Green value is 236 (92.58% from 255 or 48.86% from 483); Blue value is 194 (76.17% from 255 or 40.17% from 483); Max value from RGB is 236 - color contains mainly: green. Hex color #35ECC2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #35ECC2 is #CA133D. Grayscale: #B0B0B0. Windows color (decimal): -13243198 or 12774453. OLE color: 12774453.

HSL color Cylindrical-coordinate representation of color #35ECC2: hue angle of 166.23º 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 #35ECC2 is Cyan = 0.78, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.07.

Color convert

RGB53236194-
CMYK0.7800.180.07
HSL166.23º82.81%56.67%-
HSV(B)166.23º77.54%92.55%-
XYZ41.264.6461.34-
YUV176.5137.8739.92-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 10.97%
GREEN value IS 236 (92.58% from 255) = 48.86%
BLUE value IS 194 (76.17% from 255) = 40.17%
R=10.97%
G=48.86%
B=40.17%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal532361940.7800.180.07166.2382.8156.67
Hex35ECC24E0127a65339
Octal65354302116022724612371
Binary11010111101100110000101001110010010111101001101010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35ECC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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