#35E9CC

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

Shades of Turquoise #35E9CC

Tints of Turquoise #35E9CC

Color information

#35E9CC (or 0x35E9CC) is unknown color: approx Turquoise. HEX triplet: 35, E9 and CC. RGB value is (53,233,204). Sum of RGB (Red+Green+Blue) = 53+233+204=490 (64% of max value = 765). Red value is 53 (21.09% from 255 or 10.82% from 490); Green value is 233 (91.41% from 255 or 47.55% from 490); Blue value is 204 (80.08% from 255 or 41.63% from 490); Max value from RGB is 233 - color contains mainly: green. Hex color #35E9CC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #35E9CC is #CA1633. Grayscale: #AFAFAF. Windows color (decimal): -13243956 or 13429045. OLE color: 13429045.

HSL color Cylindrical-coordinate representation of color #35E9CC: hue angle of 170.33º degrees, saturation: 0.8, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #35E9CC is Cyan = 0.77, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.09.

Color convert

RGB53233204-
CMYK0.7700.120.09
HSL170.33º80.36%56.08%-
HSV(B)170.33º77.25%91.37%-
XYZ41.5163.3967.18-
YUV175.87143.8740.36-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 10.82%
GREEN value IS 233 (91.41% from 255) = 47.55%
BLUE value IS 204 (80.08% from 255) = 41.63%
R=10.82%
G=47.55%
B=41.63%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal532332040.7700.120.09170.3380.3656.08
Hex35E9CC4D0C9aa5038
Octal653513141150141125212070
Binary11010111101001110011001001101011001001101010101010000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35E9CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,233,204); }

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

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

 a { background-color: rgb(53,233,204); }

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

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

 span { border-color: rgb(53,233,204); }

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