#5beaca

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

Shades of Turquoise #5BEACA

Tints of Turquoise #5BEACA

Color information

#5BEACA (or 0x5BEACA) is unknown color: approx Turquoise. HEX triplet: 5B, EA and CA. RGB value is (91,234,202). Sum of RGB (Red+Green+Blue) = 91+234+202=527 (69% of max value = 765). Red value is 91 (35.94% from 255 or 17.27% from 527); Green value is 234 (91.80% from 255 or 44.40% from 527); Blue value is 202 (79.30% from 255 or 38.33% from 527); Max value from RGB is 234 - color contains mainly: green. Hex color #5BEACA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5BEACA is #A41535. Grayscale: #BBBBBB. Windows color (decimal): -10753334 or 13298267. OLE color: 13298267.

HSL color Cylindrical-coordinate representation of color #5BEACA: hue angle of 166.57º 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 #5BEACA is Cyan = 0.61, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.08.

Color convert

RGB91234202-
CMYK0.6100.140.08
HSL166.57º77.3%63.73%-
HSV(B)166.57º61.11%91.76%-
XYZ44.465.3366.15-
YUV187.6136.1259.1-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 17.27%
GREEN value IS 234 (91.80% from 255) = 44.40%
BLUE value IS 202 (79.30% from 255) = 38.33%
R=17.27%
G=44.40%
B=38.33%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal912342020.6100.140.08166.5777.363.73
Hex5BEACA3D0E8a74d40
Octal1333523127501610247115100
Binary101101111101010110010101111010111010001010011110011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5beaca

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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