#5be8e2

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

Shades of Turquoise Blue #5BE8E2

Tints of Turquoise Blue #5BE8E2

Color information

#5BE8E2 (or 0x5BE8E2) is unknown color: approx Turquoise Blue. HEX triplet: 5B, E8 and E2. RGB value is (91,232,226). Sum of RGB (Red+Green+Blue) = 91+232+226=549 (72% of max value = 765). Red value is 91 (35.94% from 255 or 16.58% from 549); Green value is 232 (91.02% from 255 or 42.26% from 549); Blue value is 226 (88.67% from 255 or 41.17% from 549); Max value from RGB is 232 - color contains mainly: green. Hex color #5BE8E2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5BE8E2 is #A4171D. Grayscale: #BDBDBD. Windows color (decimal): -10753822 or 14870619. OLE color: 14870619.

HSL color Cylindrical-coordinate representation of color #5BE8E2: hue angle of 177.45º degrees, saturation: 0.75, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5BE8E2 is Cyan = 0.61, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.09.

Color convert

RGB91232226-
CMYK0.6100.030.09
HSL177.45º75.4%63.33%-
HSV(B)177.45º60.78%90.98%-
XYZ46.965.4382.11-
YUV189.16148.7957.99-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 16.58%
GREEN value IS 232 (91.02% from 255) = 42.26%
BLUE value IS 226 (88.67% from 255) = 41.17%
R=16.58%
G=42.26%
B=41.17%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal912322260.6100.030.09177.4575.463.33
Hex5BE8E23D039b14b3f
Octal13335034275031126111377
Binary101101111101000111000101111010111001101100011001011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5be8e2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,232,226); }

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

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

 a { background-color: rgb(91,232,226); }

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

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

 span { border-color: rgb(91,232,226); }

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