#5BE4DC

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

Shades of Turquoise Blue #5BE4DC

Tints of Turquoise Blue #5BE4DC

Color information

#5BE4DC (or 0x5BE4DC) is unknown color: approx Turquoise Blue. HEX triplet: 5B, E4 and DC. RGB value is (91,228,220). Sum of RGB (Red+Green+Blue) = 91+228+220=539 (71% of max value = 765). Red value is 91 (35.94% from 255 or 16.88% from 539); Green value is 228 (89.45% from 255 or 42.30% from 539); Blue value is 220 (86.33% from 255 or 40.82% from 539); Max value from RGB is 228 - color contains mainly: green. Hex color #5BE4DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BE4DC is #A41B23. Grayscale: #BABABA. Windows color (decimal): -10754852 or 14476379. OLE color: 14476379.

HSL color Cylindrical-coordinate representation of color #5BE4DC: hue angle of 176.5º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5BE4DC is Cyan = 0.60, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.11.

Color convert

RGB91228220-
CMYK0.6000.040.11
HSL176.5º71.73%62.55%-
HSV(B)176.5º60.09%89.41%-
XYZ44.9862.8877.48-
YUV186.12147.1160.15-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 16.88%
GREEN value IS 228 (89.45% from 255) = 42.30%
BLUE value IS 220 (86.33% from 255) = 40.82%
R=16.88%
G=42.30%
B=40.82%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal912282200.6000.040.11176.571.7362.55
Hex5BE4DC3C04Bb0483f
Octal13334433474041326011077
Binary1011011111001001101110011110001001011101100001001000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BE4DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,228,220); }

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

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

 a { background-color: rgb(91,228,220); }

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

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

 span { border-color: rgb(91,228,220); }

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