#5BEFE8

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

Shades of Turquoise Blue #5BEFE8

Tints of Turquoise Blue #5BEFE8

Color information

#5BEFE8 (or 0x5BEFE8) is unknown color: approx Turquoise Blue. HEX triplet: 5B, EF and E8. RGB value is (91,239,232). Sum of RGB (Red+Green+Blue) = 91+239+232=562 (74% of max value = 765). Red value is 91 (35.94% from 255 or 16.19% from 562); Green value is 239 (93.75% from 255 or 42.53% from 562); Blue value is 232 (91.02% from 255 or 41.28% from 562); Max value from RGB is 239 - color contains mainly: green. Hex color #5BEFE8 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5BEFE8 is #A41017. Grayscale: #C1C1C1. Windows color (decimal): -10752024 or 15265627. OLE color: 15265627.

HSL color Cylindrical-coordinate representation of color #5BEFE8: hue angle of 177.16º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5BEFE8 is Cyan = 0.62, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.06.

Color convert

RGB91239232-
CMYK0.6200.030.06
HSL177.16º82.22%64.71%-
HSV(B)177.16º61.92%93.73%-
XYZ49.7569.7887.19-
YUV193.95149.4754.57-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 16.19%
GREEN value IS 239 (93.75% from 255) = 42.53%
BLUE value IS 232 (91.02% from 255) = 41.28%
R=16.19%
G=42.53%
B=41.28%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal912392320.6200.030.06177.1682.2264.71
Hex5BEFE83E036b15241
Octal13335735076036261122101
Binary101101111101111111010001111100111101011000110100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BEFE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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