#5EF0DA

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

Shades of Turquoise #5EF0DA

Tints of Turquoise #5EF0DA

Color information

#5EF0DA (or 0x5EF0DA) is unknown color: approx Turquoise. HEX triplet: 5E, F0 and DA. RGB value is (94,240,218). Sum of RGB (Red+Green+Blue) = 94+240+218=552 (73% of max value = 765). Red value is 94 (37.11% from 255 or 17.03% from 552); Green value is 240 (94.14% from 255 or 43.48% from 552); Blue value is 218 (85.55% from 255 or 39.49% from 552); Max value from RGB is 240 - color contains mainly: green. Hex color #5EF0DA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5EF0DA is #A10F25. Grayscale: #C1C1C1. Windows color (decimal): -10555174 or 14348382. OLE color: 14348382.

HSL color Cylindrical-coordinate representation of color #5EF0DA: hue angle of 170.96º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5EF0DA is Cyan = 0.61, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.06.

Color convert

RGB94240218-
CMYK0.6100.090.06
HSL170.96º82.95%65.49%-
HSV(B)170.96º60.83%94.12%-
XYZ48.4369.7677.24-
YUV193.84141.6356.79-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 17.03%
GREEN value IS 240 (94.14% from 255) = 43.48%
BLUE value IS 218 (85.55% from 255) = 39.49%
R=17.03%
G=43.48%
B=39.49%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal942402180.6100.090.06170.9682.9565.49
Hex5EF0DA3D096ab5341
Octal136360332750116253123101
Binary10111101111000011011010111101010011101010101110100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EF0DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,240,218); }

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

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

 a { background-color: rgb(94,240,218); }

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

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

 span { border-color: rgb(94,240,218); }

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