#35D0DE

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

Shades of Medium Turquoise #35D0DE

Tints of Medium Turquoise #35D0DE

Color information

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

HSL color Cylindrical-coordinate representation of color #35D0DE: hue angle of 184.97º 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 #35D0DE is Cyan = 0.76, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB53208222-
CMYK0.760.0600.13
HSL184.97º71.91%53.92%-
HSV(B)184.97º76.13%87.06%-
XYZ37.2151.1477.02-
YUV163.25161.1549.36-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal532082220.760.0600.13184.9771.9153.92
Hex35D0DE4C60Db94836
Octal65320336114601527111066
Binary1101011101000011011110100110011001101101110011001000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35D0DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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