#5BEAC8

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

Shades of Turquoise #5BEAC8

Tints of Turquoise #5BEAC8

Color information

#5BEAC8 (or 0x5BEAC8) is unknown color: approx Turquoise. HEX triplet: 5B, EA and C8. RGB value is (91,234,200). Sum of RGB (Red+Green+Blue) = 91+234+200=525 (69% of max value = 765). Red value is 91 (35.94% from 255 or 17.33% from 525); Green value is 234 (91.80% from 255 or 44.57% from 525); Blue value is 200 (78.52% from 255 or 38.10% from 525); Max value from RGB is 234 - color contains mainly: green. Hex color #5BEAC8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5BEAC8 is #A41537. Grayscale: #BBBBBB. Windows color (decimal): -10753336 or 13167195. OLE color: 13167195.

HSL color Cylindrical-coordinate representation of color #5BEAC8: hue angle of 165.73º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5BEAC8 is Cyan = 0.61, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.08.

Color convert

RGB91234200-
CMYK0.6100.150.08
HSL165.73º77.3%63.73%-
HSV(B)165.73º61.11%91.76%-
XYZ44.1665.2464.91-
YUV187.37135.1259.26-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 17.33%
GREEN value IS 234 (91.80% from 255) = 44.57%
BLUE value IS 200 (78.52% from 255) = 38.10%
R=17.33%
G=44.57%
B=38.10%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal912342000.6100.150.08165.7377.363.73
Hex5BEAC83D0F8a64d40
Octal1333523107501710246115100
Binary101101111101010110010001111010111110001010011010011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BEAC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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