#5be0ce

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

Shades of Medium Turquoise #5BE0CE

Tints of Medium Turquoise #5BE0CE

Color information

#5BE0CE (or 0x5BE0CE) is unknown color: approx Medium Turquoise. HEX triplet: 5B, E0 and CE. RGB value is (91,224,206). Sum of RGB (Red+Green+Blue) = 91+224+206=521 (69% of max value = 765). Red value is 91 (35.94% from 255 or 17.47% from 521); Green value is 224 (87.89% from 255 or 42.99% from 521); Blue value is 206 (80.86% from 255 or 39.54% from 521); Max value from RGB is 224 - color contains mainly: green. Hex color #5BE0CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BE0CE is #A41F31. Grayscale: #B6B6B6. Windows color (decimal): -10755890 or 13557851. OLE color: 13557851.

HSL color Cylindrical-coordinate representation of color #5BE0CE: hue angle of 171.88º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5BE0CE is Cyan = 0.59, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.12.

Color convert

RGB91224206-
CMYK0.5900.080.12
HSL171.88º68.21%61.76%-
HSV(B)171.88º59.38%87.84%-
XYZ42.1159.9967.75-
YUV182.18141.4462.96-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 17.47%
GREEN value IS 224 (87.89% from 255) = 42.99%
BLUE value IS 206 (80.86% from 255) = 39.54%
R=17.47%
G=42.99%
B=39.54%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal912242060.5900.080.12171.8868.2161.76
Hex5BE0CE3B08Cac443e
Octal133340316730101425410476
Binary10110111110000011001110111011010001100101011001000100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5be0ce

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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