#35EDD2

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

Shades of Turquoise #35EDD2

Tints of Turquoise #35EDD2

Color information

#35EDD2 (or 0x35EDD2) is unknown color: approx Turquoise. HEX triplet: 35, ED and D2. RGB value is (53,237,210). Sum of RGB (Red+Green+Blue) = 53+237+210=500 (66% of max value = 765). Red value is 53 (21.09% from 255 or 10.6% from 500); Green value is 237 (92.97% from 255 or 47.4% from 500); Blue value is 210 (82.42% from 255 or 42% from 500); Max value from RGB is 237 - color contains mainly: green. Hex color #35EDD2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #35EDD2 is #CA122D. Grayscale: #B2B2B2. Windows color (decimal): -13242926 or 13823285. OLE color: 13823285.

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

Color convert

RGB53237210-
CMYK0.7800.110.07
HSL171.2º83.64%56.86%-
HSV(B)171.2º77.64%92.94%-
XYZ43.3965.9871.42-
YUV178.91145.5438.2-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 10.6%
GREEN value IS 237 (92.97% from 255) = 47.4%
BLUE value IS 210 (82.42% from 255) = 42%
R=10.6%
G=47.4%
B=42%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal532372100.7800.110.07171.283.6456.86
Hex35EDD24E0B7ab5439
Octal65355322116013725312471
Binary1101011110110111010010100111001011111101010111010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35EDD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,237,210); }

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

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

 a { background-color: rgb(53,237,210); }

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

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

 span { border-color: rgb(53,237,210); }

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