#35C9BA

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

Shades of Medium Turquoise #35C9BA

Tints of Medium Turquoise #35C9BA

Color information

#35C9BA (or 0x35C9BA) is unknown color: approx Medium Turquoise. HEX triplet: 35, C9 and BA. RGB value is (53,201,186). Sum of RGB (Red+Green+Blue) = 53+201+186=440 (58% of max value = 765). Red value is 53 (21.09% from 255 or 12.05% from 440); Green value is 201 (78.91% from 255 or 45.68% from 440); Blue value is 186 (73.05% from 255 or 42.27% from 440); Max value from RGB is 201 - color contains mainly: green. Hex color #35C9BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #35C9BA is #CA3645. Grayscale: #9A9A9A. Windows color (decimal): -13252166 or 12241205. OLE color: 12241205.

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

Color convert

RGB53201186-
CMYK0.7400.070.21
HSL173.92º58.27%49.8%-
HSV(B)173.92º73.63%78.82%-
XYZ31.2246.0853.7-
YUV155.04145.4755.22-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 12.05%
GREEN value IS 201 (78.91% from 255) = 45.68%
BLUE value IS 186 (73.05% from 255) = 42.27%
R=12.05%
G=45.68%
B=42.27%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal532011860.7400.070.21173.9258.2749.8
Hex35C9BA4A0715ae3a32
Octal6531127211207252567262
Binary1101011100100110111010100101001111010110101110111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35C9BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,201,186); }

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

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

 a { background-color: rgb(53,201,186); }

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

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

 span { border-color: rgb(53,201,186); }

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