#35C9BE

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

Shades of Medium Turquoise #35C9BE

Tints of Medium Turquoise #35C9BE

Color information

#35C9BE (or 0x35C9BE) is unknown color: approx Medium Turquoise. HEX triplet: 35, C9 and BE. RGB value is (53,201,190). Sum of RGB (Red+Green+Blue) = 53+201+190=444 (58% of max value = 765). Red value is 53 (21.09% from 255 or 11.94% from 444); Green value is 201 (78.91% from 255 or 45.27% from 444); Blue value is 190 (74.61% from 255 or 42.79% from 444); Max value from RGB is 201 - color contains mainly: green. Hex color #35C9BE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #35C9BE is #CA3641. Grayscale: #9B9B9B. Windows color (decimal): -13252162 or 12503349. OLE color: 12503349.

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

Color convert

RGB53201190-
CMYK0.7400.050.21
HSL175.54º58.27%49.8%-
HSV(B)175.54º73.63%78.82%-
XYZ31.6546.2555.97-
YUV155.49147.4754.89-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 11.94%
GREEN value IS 201 (78.91% from 255) = 45.27%
BLUE value IS 190 (74.61% from 255) = 42.79%
R=11.94%
G=45.27%
B=42.79%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal532011900.7400.050.21175.5458.2749.8
Hex35C9BE4A0515b03a32
Octal6531127611205252607262
Binary1101011100100110111110100101001011010110110000111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35C9BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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