#5BEEE4

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

Shades of Turquoise Blue #5BEEE4

Tints of Turquoise Blue #5BEEE4

Color information

#5BEEE4 (or 0x5BEEE4) is unknown color: approx Turquoise Blue. HEX triplet: 5B, EE and E4. RGB value is (91,238,228). Sum of RGB (Red+Green+Blue) = 91+238+228=557 (73% of max value = 765). Red value is 91 (35.94% from 255 or 16.34% from 557); Green value is 238 (93.36% from 255 or 42.73% from 557); Blue value is 228 (89.45% from 255 or 40.93% from 557); Max value from RGB is 238 - color contains mainly: green. Hex color #5BEEE4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5BEEE4 is #A4111B. Grayscale: #C0C0C0. Windows color (decimal): -10752284 or 15003227. OLE color: 15003227.

HSL color Cylindrical-coordinate representation of color #5BEEE4: hue angle of 175.92º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5BEEE4 is Cyan = 0.62, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.07.

Color convert

RGB91238228-
CMYK0.6200.040.07
HSL175.92º81.22%64.51%-
HSV(B)175.92º61.76%93.33%-
XYZ48.8968.9784.14-
YUV192.91147.855.31-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 16.34%
GREEN value IS 238 (93.36% from 255) = 42.73%
BLUE value IS 228 (89.45% from 255) = 40.93%
R=16.34%
G=42.73%
B=40.93%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal912382280.6200.040.07175.9281.2264.51
Hex5BEEE43E047b05141
Octal13335634476047260121101
Binary1011011111011101110010011111001001111011000010100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BEEE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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