#5BEFEF

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

Shades of Turquoise Blue #5BEFEF

Tints of Turquoise Blue #5BEFEF

Color information

#5BEFEF (or 0x5BEFEF) is unknown color: approx Turquoise Blue. HEX triplet: 5B, EF and EF. RGB value is (91,239,239). Sum of RGB (Red+Green+Blue) = 91+239+239=569 (75% of max value = 765). Red value is 91 (35.94% from 255 or 15.99% from 569); Green value is 239 (93.75% from 255 or 42.00% from 569); Blue value is 239 (93.75% from 255 or 42.00% from 569); Max value from RGB is 239 - color contains mainly: green, blue. Hex color #5BEFEF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5BEFEF is #A41010. Grayscale: #C2C2C2. Windows color (decimal): -10752017 or 15724379. OLE color: 15724379.

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

Color convert

RGB91239239-
CMYK0.62000.06
HSL180º82.22%64.71%-
HSV(B)180º61.92%93.73%-
XYZ50.7670.1992.53-
YUV194.75152.9754-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 15.99%
GREEN value IS 239 (93.75% from 255) = 42.00%
BLUE value IS 239 (93.75% from 255) = 42.00%
R=15.99%
G=42.00%
B=42.00%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal912392390.62000.0618082.2264.71
Hex5BEFEF3E006b45241
Octal13335735776006264122101
Binary10110111110111111101111111110001101011010010100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BEFEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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