#5BE9E5

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

Shades of Turquoise Blue #5BE9E5

Tints of Turquoise Blue #5BE9E5

Color information

#5BE9E5 (or 0x5BE9E5) is unknown color: approx Turquoise Blue. HEX triplet: 5B, E9 and E5. RGB value is (91,233,229). Sum of RGB (Red+Green+Blue) = 91+233+229=553 (73% of max value = 765). Red value is 91 (35.94% from 255 or 16.46% from 553); Green value is 233 (91.41% from 255 or 42.13% from 553); Blue value is 229 (89.84% from 255 or 41.41% from 553); Max value from RGB is 233 - color contains mainly: green. Hex color #5BE9E5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5BE9E5 is #A4161A. Grayscale: #BDBDBD. Windows color (decimal): -10753563 or 15067483. OLE color: 15067483.

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

Color convert

RGB91233229-
CMYK0.6100.020.09
HSL178.31º76.34%63.53%-
HSV(B)178.31º60.94%91.37%-
XYZ47.666.1684.39-
YUV190.09149.9657.33-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 16.46%
GREEN value IS 233 (91.41% from 255) = 42.13%
BLUE value IS 229 (89.84% from 255) = 41.41%
R=16.46%
G=42.13%
B=41.41%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal912332290.6100.020.09178.3176.3463.53
Hex5BE9E53D029b24c40
Octal133351345750211262114100
Binary1011011111010011110010111110101010011011001010011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BE9E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,233,229); }

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

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

 a { background-color: rgb(91,233,229); }

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

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

 span { border-color: rgb(91,233,229); }

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