#35CAB6

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

Shades of Medium Turquoise #35CAB6

Tints of Medium Turquoise #35CAB6

Color information

#35CAB6 (or 0x35CAB6) is unknown color: approx Medium Turquoise. HEX triplet: 35, CA and B6. RGB value is (53,202,182). Sum of RGB (Red+Green+Blue) = 53+202+182=437 (57% of max value = 765). Red value is 53 (21.09% from 255 or 12.13% from 437); Green value is 202 (79.30% from 255 or 46.22% from 437); Blue value is 182 (71.48% from 255 or 41.65% from 437); Max value from RGB is 202 - color contains mainly: green. Hex color #35CAB6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #35CAB6 is #CA3549. Grayscale: #9B9B9B. Windows color (decimal): -13251914 or 11979317. OLE color: 11979317.

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

Color convert

RGB53202182-
CMYK0.7400.100.21
HSL171.95º58.43%50%-
HSV(B)171.95º73.76%79.22%-
XYZ31.0346.3851.57-
YUV155.17143.1455.13-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 12.13%
GREEN value IS 202 (79.30% from 255) = 46.22%
BLUE value IS 182 (71.48% from 255) = 41.65%
R=12.13%
G=46.22%
B=41.65%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal532021820.7400.100.21171.9558.4350
Hex35CAB64A0A15ac3a32
Octal65312266112012252547262
Binary11010111001010101101101001010010101010110101100111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35CAB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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