#35cfd4

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

Shades of Medium Turquoise #35CFD4

Tints of Medium Turquoise #35CFD4

Color information

#35CFD4 (or 0x35CFD4) is unknown color: approx Medium Turquoise. HEX triplet: 35, CF and D4. RGB value is (53,207,212). Sum of RGB (Red+Green+Blue) = 53+207+212=472 (62% of max value = 765). Red value is 53 (21.09% from 255 or 11.23% from 472); Green value is 207 (81.25% from 255 or 43.86% from 472); Blue value is 212 (83.20% from 255 or 44.92% from 472); Max value from RGB is 212 - color contains mainly: blue. Hex color #35CFD4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #35CFD4 is #CA302B. Grayscale: #A1A1A1. Windows color (decimal): -13250604 or 13946677. OLE color: 13946677.

HSL color Cylindrical-coordinate representation of color #35CFD4: hue angle of 181.89º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #35CFD4 is Cyan = 0.75, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB53207212-
CMYK0.750.0200.17
HSL181.89º64.9%51.96%-
HSV(B)181.89º75%83.14%-
XYZ35.6650.1470.08-
YUV161.52156.4850.59-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 11.23%
GREEN value IS 207 (81.25% from 255) = 43.86%
BLUE value IS 212 (83.20% from 255) = 44.92%
R=11.23%
G=43.86%
B=44.92%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal532072120.750.0200.17181.8964.951.96
Hex35CFD44B2011b64134
Octal65317324113202126610164
Binary1101011100111111010100100101110010001101101101000001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35cfd4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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