#5BCEC7

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

Shades of Medium Turquoise #5BCEC7

Tints of Medium Turquoise #5BCEC7

Color information

#5BCEC7 (or 0x5BCEC7) is unknown color: approx Medium Turquoise. HEX triplet: 5B, CE and C7. RGB value is (91,206,199). Sum of RGB (Red+Green+Blue) = 91+206+199=496 (65% of max value = 765). Red value is 91 (35.94% from 255 or 18.35% from 496); Green value is 206 (80.86% from 255 or 41.53% from 496); Blue value is 199 (78.12% from 255 or 40.12% from 496); Max value from RGB is 206 - color contains mainly: green. Hex color #5BCEC7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BCEC7 is #A43138. Grayscale: #AAAAAA. Windows color (decimal): -10760505 or 13094491. OLE color: 13094491.

HSL color Cylindrical-coordinate representation of color #5BCEC7: hue angle of 176.35º 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 #5BCEC7 is Cyan = 0.56, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.19.

Color convert

RGB91206199-
CMYK0.5600.030.19
HSL176.35º53.99%58.24%-
HSV(B)176.35º55.83%80.78%-
XYZ36.6950.4961.84-
YUV170.82143.971.07-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 18.35%
GREEN value IS 206 (80.86% from 255) = 41.53%
BLUE value IS 199 (78.12% from 255) = 40.12%
R=18.35%
G=41.53%
B=40.12%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal912061990.5600.030.19176.3553.9958.24
Hex5BCEC7380313b0363a
Octal1333163077003232606672
Binary101101111001110110001111110000111001110110000110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BCEC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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