#5BCACE

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

Shades of Medium Turquoise #5BCACE

Tints of Medium Turquoise #5BCACE

Color information

#5BCACE (or 0x5BCACE) is unknown color: approx Medium Turquoise. HEX triplet: 5B, CA and CE. RGB value is (91,202,206). Sum of RGB (Red+Green+Blue) = 91+202+206=499 (66% of max value = 765). Red value is 91 (35.94% from 255 or 18.24% from 499); Green value is 202 (79.30% from 255 or 40.48% from 499); Blue value is 206 (80.86% from 255 or 41.28% from 499); Max value from RGB is 206 - color contains mainly: blue. Hex color #5BCACE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BCACE is #A43531. Grayscale: #A9A9A9. Windows color (decimal): -10761522 or 13552219. OLE color: 13552219.

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

Color convert

RGB91202206-
CMYK0.560.0200.19
HSL182.09º53.99%58.24%-
HSV(B)182.09º55.83%80.78%-
XYZ36.5848.9265.91-
YUV169.27148.7372.17-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 18.24%
GREEN value IS 202 (79.30% from 255) = 40.48%
BLUE value IS 206 (80.86% from 255) = 41.28%
R=18.24%
G=40.48%
B=41.28%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal912022060.560.0200.19182.0953.9958.24
Hex5BCACE382013b6363a
Octal1333123167020232666672
Binary101101111001010110011101110001001001110110110110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BCACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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