#5BE0D3

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

Shades of Medium Turquoise #5BE0D3

Tints of Medium Turquoise #5BE0D3

Color information

#5BE0D3 (or 0x5BE0D3) is unknown color: approx Medium Turquoise. HEX triplet: 5B, E0 and D3. RGB value is (91,224,211). Sum of RGB (Red+Green+Blue) = 91+224+211=526 (69% of max value = 765). Red value is 91 (35.94% from 255 or 17.30% from 526); Green value is 224 (87.89% from 255 or 42.59% from 526); Blue value is 211 (82.81% from 255 or 40.11% from 526); Max value from RGB is 224 - color contains mainly: green. Hex color #5BE0D3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BE0D3 is #A41F2C. Grayscale: #B6B6B6. Windows color (decimal): -10755885 or 13885531. OLE color: 13885531.

HSL color Cylindrical-coordinate representation of color #5BE0D3: hue angle of 174.14º 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 #5BE0D3 is Cyan = 0.59, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.12.

Color convert

RGB91224211-
CMYK0.5900.060.12
HSL174.14º68.21%61.76%-
HSV(B)174.14º59.38%87.84%-
XYZ42.7360.2471-
YUV182.75143.9462.56-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 17.30%
GREEN value IS 224 (87.89% from 255) = 42.59%
BLUE value IS 211 (82.81% from 255) = 40.11%
R=17.30%
G=42.59%
B=40.11%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal912242110.5900.060.12174.1468.2161.76
Hex5BE0D33B06Cae443e
Octal13334032373061425610476
Binary1011011111000001101001111101101101100101011101000100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BE0D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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