#35DED0

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

Shades of Turquoise #35DED0

Tints of Turquoise #35DED0

Color information

#35DED0 (or 0x35DED0) is unknown color: approx Turquoise. HEX triplet: 35, DE and D0. RGB value is (53,222,208). Sum of RGB (Red+Green+Blue) = 53+222+208=483 (63% of max value = 765). Red value is 53 (21.09% from 255 or 10.97% from 483); Green value is 222 (87.11% from 255 or 45.96% from 483); Blue value is 208 (81.64% from 255 or 43.06% from 483); Max value from RGB is 222 - color contains mainly: green. Hex color #35DED0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #35DED0 is #CA212F. Grayscale: #A9A9A9. Windows color (decimal): -13246768 or 13688373. OLE color: 13688373.

HSL color Cylindrical-coordinate representation of color #35DED0: hue angle of 175.03º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #35DED0 is Cyan = 0.76, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.13.

Color convert

RGB53222208-
CMYK0.7600.060.13
HSL175.03º71.91%53.92%-
HSV(B)175.03º76.13%87.06%-
XYZ38.9757.5568.73-
YUV169.87149.5144.64-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 10.97%
GREEN value IS 222 (87.11% from 255) = 45.96%
BLUE value IS 208 (81.64% from 255) = 43.06%
R=10.97%
G=45.96%
B=43.06%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal532222080.7600.060.13175.0371.9153.92
Hex35DED04C06Daf4836
Octal65336320114061525711066
Binary1101011101111011010000100110001101101101011111001000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35DED0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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