#5BEAEC

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

Shades of Turquoise Blue #5BEAEC

Tints of Turquoise Blue #5BEAEC

Color information

#5BEAEC (or 0x5BEAEC) is unknown color: approx Turquoise Blue. HEX triplet: 5B, EA and EC. RGB value is (91,234,236). Sum of RGB (Red+Green+Blue) = 91+234+236=561 (74% of max value = 765). Red value is 91 (35.94% from 255 or 16.22% from 561); Green value is 234 (91.80% from 255 or 41.71% from 561); Blue value is 236 (92.58% from 255 or 42.07% from 561); Max value from RGB is 236 - color contains mainly: blue. Hex color #5BEAEC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5BEAEC is #A41513. Grayscale: #BFBFBF. Windows color (decimal): -10753300 or 15526491. OLE color: 15526491.

HSL color Cylindrical-coordinate representation of color #5BEAEC: hue angle of 180.83º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5BEAEC is Cyan = 0.61, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB91234236-
CMYK0.610.0100.07
HSL180.83º79.23%64.12%-
HSV(B)180.83º61.44%92.55%-
XYZ48.8867.1389.74-
YUV191.47153.1256.34-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 16.22%
GREEN value IS 234 (91.80% from 255) = 41.71%
BLUE value IS 236 (92.58% from 255) = 42.07%
R=16.22%
G=41.71%
B=42.07%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal912342360.610.0100.07180.8379.2364.12
Hex5BEAEC3D107b54f40
Octal13335235475107265117100
Binary10110111110101011101100111101101111011010110011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BEAEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,234,236); }

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

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

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

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

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

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

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