#5EF1D5

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

Shades of Turquoise #5EF1D5

Tints of Turquoise #5EF1D5

Color information

#5EF1D5 (or 0x5EF1D5) is unknown color: approx Turquoise. HEX triplet: 5E, F1 and D5. RGB value is (94,241,213). Sum of RGB (Red+Green+Blue) = 94+241+213=548 (72% of max value = 765). Red value is 94 (37.11% from 255 or 17.15% from 548); Green value is 241 (94.53% from 255 or 43.98% from 548); Blue value is 213 (83.59% from 255 or 38.87% from 548); Max value from RGB is 241 - color contains mainly: green. Hex color #5EF1D5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5EF1D5 is #A10E2A. Grayscale: #C1C1C1. Windows color (decimal): -10554923 or 14020958. OLE color: 14020958.

HSL color Cylindrical-coordinate representation of color #5EF1D5: hue angle of 168.57º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5EF1D5 is Cyan = 0.61, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.05.

Color convert

RGB94241213-
CMYK0.6100.120.05
HSL168.57º84%65.69%-
HSV(B)168.57º61%94.51%-
XYZ48.0870.0973.95-
YUV193.86138.856.78-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 17.15%
GREEN value IS 241 (94.53% from 255) = 43.98%
BLUE value IS 213 (83.59% from 255) = 38.87%
R=17.15%
G=43.98%
B=38.87%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal942412130.6100.120.05168.578465.69
Hex5EF1D53D0C5a95442
Octal136361325750145251124102
Binary10111101111000111010101111101011001011010100110101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EF1D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,241,213); }

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

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

 a { background-color: rgb(94,241,213); }

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

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

 span { border-color: rgb(94,241,213); }

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