#5BEFE0

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

Shades of Turquoise Blue #5BEFE0

Tints of Turquoise Blue #5BEFE0

Color information

#5BEFE0 (or 0x5BEFE0) is unknown color: approx Turquoise Blue. HEX triplet: 5B, EF and E0. RGB value is (91,239,224). Sum of RGB (Red+Green+Blue) = 91+239+224=554 (73% of max value = 765). Red value is 91 (35.94% from 255 or 16.43% from 554); Green value is 239 (93.75% from 255 or 43.14% from 554); Blue value is 224 (87.89% from 255 or 40.43% from 554); Max value from RGB is 239 - color contains mainly: green. Hex color #5BEFE0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5BEFE0 is #A4101F. Grayscale: #C0C0C0. Windows color (decimal): -10752032 or 14741339. OLE color: 14741339.

HSL color Cylindrical-coordinate representation of color #5BEFE0: hue angle of 173.92º 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 #5BEFE0 is Cyan = 0.62, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.06.

Color convert

RGB91239224-
CMYK0.6200.060.06
HSL173.92º82.22%64.71%-
HSV(B)173.92º61.92%93.73%-
XYZ48.6469.3481.34-
YUV193.04145.4755.22-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 16.43%
GREEN value IS 239 (93.75% from 255) = 43.14%
BLUE value IS 224 (87.89% from 255) = 40.43%
R=16.43%
G=43.14%
B=40.43%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal912392240.6200.060.06173.9282.2264.71
Hex5BEFE03E066ae5241
Octal13335734076066256122101
Binary1011011111011111110000011111001101101010111010100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BEFE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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