#5BCECA

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

Shades of Medium Turquoise #5BCECA

Tints of Medium Turquoise #5BCECA

Color information

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

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

Color convert

RGB91206202-
CMYK0.5600.020.19
HSL177.91º53.99%58.24%-
HSV(B)177.91º55.83%80.78%-
XYZ37.0550.6363.7-
YUV171.16145.470.83-

RGB Variations

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

RGB

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

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
Decimal912062020.5600.020.19177.9153.9958.24
Hex5BCECA380213b2363a
Octal1333163127002232626672
Binary101101111001110110010101110000101001110110010110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BCECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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