#5BCEC9

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

Shades of Medium Turquoise #5BCEC9

Tints of Medium Turquoise #5BCEC9

Color information

#5BCEC9 (or 0x5BCEC9) is unknown color: approx Medium Turquoise. HEX triplet: 5B, CE and C9. RGB value is (91,206,201). Sum of RGB (Red+Green+Blue) = 91+206+201=498 (65% of max value = 765). Red value is 91 (35.94% from 255 or 18.27% from 498); Green value is 206 (80.86% from 255 or 41.37% from 498); Blue value is 201 (78.91% from 255 or 40.36% from 498); Max value from RGB is 206 - color contains mainly: green. Hex color #5BCEC9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BCEC9 is #A43136. Grayscale: #AAAAAA. Windows color (decimal): -10760503 or 13225563. OLE color: 13225563.

HSL color Cylindrical-coordinate representation of color #5BCEC9: hue angle of 177.39º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5BCEC9 is Cyan = 0.56, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.

Color convert

RGB91206201-
CMYK0.5600.020.19
HSL177.39º53.99%58.24%-
HSV(B)177.39º55.83%80.78%-
XYZ36.9350.5863.08-
YUV171.04144.970.91-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 18.27%
GREEN value IS 206 (80.86% from 255) = 41.37%
BLUE value IS 201 (78.91% from 255) = 40.36%
R=18.27%
G=41.37%
B=40.36%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal912062010.5600.020.19177.3953.9958.24
Hex5BCEC9380213b1363a
Octal1333163117002232616672
Binary101101111001110110010011110000101001110110001110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BCEC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5BCEC9; }

 p { color: rgb(91,206,201); }

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

<style>
 a { background-color: #5BCEC9; }

 a { background-color: rgb(91,206,201); }

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

<style>
 span { border-color: #5BCEC9; }

 span { border-color: rgb(91,206,201); }

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