#35CFDE

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

Shades of Medium Turquoise #35CFDE

Tints of Medium Turquoise #35CFDE

Color information

#35CFDE (or 0x35CFDE) is unknown color: approx Medium Turquoise. HEX triplet: 35, CF and DE. RGB value is (53,207,222). Sum of RGB (Red+Green+Blue) = 53+207+222=482 (63% of max value = 765). Red value is 53 (21.09% from 255 or 11.00% from 482); Green value is 207 (81.25% from 255 or 42.95% from 482); Blue value is 222 (87.11% from 255 or 46.06% from 482); Max value from RGB is 222 - color contains mainly: blue. Hex color #35CFDE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #35CFDE is #CA3021. Grayscale: #A2A2A2. Windows color (decimal): -13250594 or 14602037. OLE color: 14602037.

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

Color convert

RGB53207222-
CMYK0.760.0700.13
HSL185.33º71.91%53.92%-
HSV(B)185.33º76.13%87.06%-
XYZ36.9750.6676.94-
YUV162.66161.4849.78-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 11.00%
GREEN value IS 207 (81.25% from 255) = 42.95%
BLUE value IS 222 (87.11% from 255) = 46.06%
R=11.00%
G=42.95%
B=46.06%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal532072220.760.0700.13185.3371.9153.92
Hex35CFDE4C70Db94836
Octal65317336114701527111066
Binary1101011100111111011110100110011101101101110011001000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35CFDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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