#35C9BD

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

Shades of Medium Turquoise #35C9BD

Tints of Medium Turquoise #35C9BD

Color information

#35C9BD (or 0x35C9BD) is unknown color: approx Medium Turquoise. HEX triplet: 35, C9 and BD. RGB value is (53,201,189). Sum of RGB (Red+Green+Blue) = 53+201+189=443 (58% of max value = 765). Red value is 53 (21.09% from 255 or 11.96% from 443); Green value is 201 (78.91% from 255 or 45.37% from 443); Blue value is 189 (74.22% from 255 or 42.66% from 443); Max value from RGB is 201 - color contains mainly: green. Hex color #35C9BD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #35C9BD is #CA3642. Grayscale: #9B9B9B. Windows color (decimal): -13252163 or 12437813. OLE color: 12437813.

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

Color convert

RGB53201189-
CMYK0.7400.060.21
HSL175.14º58.27%49.8%-
HSV(B)175.14º73.63%78.82%-
XYZ31.5446.255.4-
YUV155.38146.9754.98-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 11.96%
GREEN value IS 201 (78.91% from 255) = 45.37%
BLUE value IS 189 (74.22% from 255) = 42.66%
R=11.96%
G=45.37%
B=42.66%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal532011890.7400.060.21175.1458.2749.8
Hex35C9BD4A0615af3a32
Octal6531127511206252577262
Binary1101011100100110111101100101001101010110101111111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35C9BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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