#5BEAD4

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

Shades of Turquoise #5BEAD4

Tints of Turquoise #5BEAD4

Color information

#5BEAD4 (or 0x5BEAD4) is unknown color: approx Turquoise. HEX triplet: 5B, EA and D4. RGB value is (91,234,212). Sum of RGB (Red+Green+Blue) = 91+234+212=537 (71% of max value = 765). Red value is 91 (35.94% from 255 or 16.95% from 537); Green value is 234 (91.80% from 255 or 43.58% from 537); Blue value is 212 (83.20% from 255 or 39.48% from 537); Max value from RGB is 234 - color contains mainly: green. Hex color #5BEAD4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5BEAD4 is #A4152B. Grayscale: #BCBCBC. Windows color (decimal): -10753324 or 13953627. OLE color: 13953627.

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

Color convert

RGB91234212-
CMYK0.6100.090.08
HSL170.77º77.3%63.73%-
HSV(B)170.77º61.11%91.76%-
XYZ45.6265.8272.59-
YUV188.74141.1258.29-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 16.95%
GREEN value IS 234 (91.80% from 255) = 43.58%
BLUE value IS 212 (83.20% from 255) = 39.48%
R=16.95%
G=43.58%
B=39.48%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal912342120.6100.090.08170.7777.363.73
Hex5BEAD43D098ab4d40
Octal1333523247501110253115100
Binary101101111101010110101001111010100110001010101110011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BEAD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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