#35CAC6

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

Shades of Medium Turquoise #35CAC6

Tints of Medium Turquoise #35CAC6

Color information

#35CAC6 (or 0x35CAC6) is unknown color: approx Medium Turquoise. HEX triplet: 35, CA and C6. RGB value is (53,202,198). Sum of RGB (Red+Green+Blue) = 53+202+198=453 (60% of max value = 765). Red value is 53 (21.09% from 255 or 11.70% from 453); Green value is 202 (79.30% from 255 or 44.59% from 453); Blue value is 198 (77.73% from 255 or 43.71% from 453); Max value from RGB is 202 - color contains mainly: green. Hex color #35CAC6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #35CAC6 is #CA3539. Grayscale: #9C9C9C. Windows color (decimal): -13251898 or 13027893. OLE color: 13027893.

HSL color Cylindrical-coordinate representation of color #35CAC6: hue angle of 178.39º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #35CAC6 is Cyan = 0.74, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.21.

Color convert

RGB53202198-
CMYK0.7400.020.21
HSL178.39º58.43%50%-
HSV(B)178.39º73.76%79.22%-
XYZ32.7847.0860.78-
YUV156.99151.1453.83-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 11.70%
GREEN value IS 202 (79.30% from 255) = 44.59%
BLUE value IS 198 (77.73% from 255) = 43.71%
R=11.70%
G=44.59%
B=43.71%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal532021980.7400.020.21178.3958.4350
Hex35CAC64A0215b23a32
Octal6531230611202252627262
Binary110101110010101100011010010100101010110110010111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35CAC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,202,198); }

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

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

 a { background-color: rgb(53,202,198); }

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

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

 span { border-color: rgb(53,202,198); }

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