#35D0DD

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

Shades of Medium Turquoise #35D0DD

Tints of Medium Turquoise #35D0DD

Color information

#35D0DD (or 0x35D0DD) is unknown color: approx Medium Turquoise. HEX triplet: 35, D0 and DD. RGB value is (53,208,221). Sum of RGB (Red+Green+Blue) = 53+208+221=482 (63% of max value = 765). Red value is 53 (21.09% from 255 or 11.00% from 482); Green value is 208 (81.64% from 255 or 43.15% from 482); Blue value is 221 (86.72% from 255 or 45.85% from 482); Max value from RGB is 221 - color contains mainly: blue. Hex color #35D0DD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #35D0DD is #CA2F22. Grayscale: #A2A2A2. Windows color (decimal): -13250339 or 14536757. OLE color: 14536757.

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

Color convert

RGB53208221-
CMYK0.760.0600.13
HSL184.64º71.19%53.73%-
HSV(B)184.64º76.02%86.67%-
XYZ37.0851.0976.31-
YUV163.14160.6549.44-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 11.00%
GREEN value IS 208 (81.64% from 255) = 43.15%
BLUE value IS 221 (86.72% from 255) = 45.85%
R=11.00%
G=43.15%
B=45.85%

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
Decimal532082210.760.0600.13184.6471.1953.73
Hex35D0DD4C60Db94736
Octal65320335114601527110766
Binary1101011101000011011101100110011001101101110011000111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35D0DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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