#5BE7D4

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

Shades of Turquoise #5BE7D4

Tints of Turquoise #5BE7D4

Color information

#5BE7D4 (or 0x5BE7D4) is unknown color: approx Turquoise. HEX triplet: 5B, E7 and D4. RGB value is (91,231,212). Sum of RGB (Red+Green+Blue) = 91+231+212=534 (70% of max value = 765). Red value is 91 (35.94% from 255 or 17.04% from 534); Green value is 231 (90.62% from 255 or 43.26% from 534); Blue value is 212 (83.20% from 255 or 39.70% from 534); Max value from RGB is 231 - color contains mainly: green. Hex color #5BE7D4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5BE7D4 is #A4182B. Grayscale: #BABABA. Windows color (decimal): -10754092 or 13952859. OLE color: 13952859.

HSL color Cylindrical-coordinate representation of color #5BE7D4: hue angle of 171.86º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5BE7D4 is Cyan = 0.61, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.09.

Color convert

RGB91231212-
CMYK0.6100.080.09
HSL171.86º74.47%63.14%-
HSV(B)171.86º60.61%90.59%-
XYZ44.7764.1372.31-
YUV186.97142.1259.54-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 17.04%
GREEN value IS 231 (90.62% from 255) = 43.26%
BLUE value IS 212 (83.20% from 255) = 39.70%
R=17.04%
G=43.26%
B=39.70%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal912312120.6100.080.09171.8674.4763.14
Hex5BE7D43D089ac4a3f
Octal133347324750101125411277
Binary10110111110011111010100111101010001001101011001001010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BE7D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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