#35CAB9

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

Shades of Medium Turquoise #35CAB9

Tints of Medium Turquoise #35CAB9

Color information

#35CAB9 (or 0x35CAB9) is unknown color: approx Medium Turquoise. HEX triplet: 35, CA and B9. RGB value is (53,202,185). Sum of RGB (Red+Green+Blue) = 53+202+185=440 (58% of max value = 765). Red value is 53 (21.09% from 255 or 12.05% from 440); Green value is 202 (79.30% from 255 or 45.91% from 440); Blue value is 185 (72.66% from 255 or 42.05% from 440); Max value from RGB is 202 - color contains mainly: green. Hex color #35CAB9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #35CAB9 is #CA3546. Grayscale: #9B9B9B. Windows color (decimal): -13251911 or 12175925. OLE color: 12175925.

HSL color Cylindrical-coordinate representation of color #35CAB9: hue angle of 173.15º 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 #35CAB9 is Cyan = 0.74, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.21.

Color convert

RGB53202185-
CMYK0.7400.080.21
HSL173.15º58.43%50%-
HSV(B)173.15º73.76%79.22%-
XYZ31.3546.553.22-
YUV155.51144.6454.88-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 12.05%
GREEN value IS 202 (79.30% from 255) = 45.91%
BLUE value IS 185 (72.66% from 255) = 42.05%
R=12.05%
G=45.91%
B=42.05%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal532021850.7400.080.21173.1558.4350
Hex35CAB94A0815ad3a32
Octal65312271112010252557262
Binary11010111001010101110011001010010001010110101101111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35CAB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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