#35EAD0

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

Shades of Turquoise #35EAD0

Tints of Turquoise #35EAD0

Color information

#35EAD0 (or 0x35EAD0) is unknown color: approx Turquoise. HEX triplet: 35, EA and D0. RGB value is (53,234,208). Sum of RGB (Red+Green+Blue) = 53+234+208=495 (65% of max value = 765). Red value is 53 (21.09% from 255 or 10.71% from 495); Green value is 234 (91.80% from 255 or 47.27% from 495); Blue value is 208 (81.64% from 255 or 42.02% from 495); Max value from RGB is 234 - color contains mainly: green. Hex color #35EAD0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #35EAD0 is #CA152F. Grayscale: #B0B0B0. Windows color (decimal): -13243696 or 13691445. OLE color: 13691445.

HSL color Cylindrical-coordinate representation of color #35EAD0: hue angle of 171.38º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #35EAD0 is Cyan = 0.77, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.08.

Color convert

RGB53234208-
CMYK0.7700.110.08
HSL171.38º81.17%56.27%-
HSV(B)171.38º77.35%91.76%-
XYZ42.2864.1669.83-
YUV176.92145.5339.61-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 10.71%
GREEN value IS 234 (91.80% from 255) = 47.27%
BLUE value IS 208 (81.64% from 255) = 42.02%
R=10.71%
G=47.27%
B=42.02%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal532342080.7700.110.08171.3881.1756.27
Hex35EAD04D0B8ab5138
Octal653523201150131025312170
Binary11010111101010110100001001101010111000101010111010001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35EAD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,234,208); }

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

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

 a { background-color: rgb(53,234,208); }

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

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

 span { border-color: rgb(53,234,208); }

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