#5EE7DA

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

Shades of Turquoise Blue #5EE7DA

Tints of Turquoise Blue #5EE7DA

Color information

#5EE7DA (or 0x5EE7DA) is unknown color: approx Turquoise Blue. HEX triplet: 5E, E7 and DA. RGB value is (94,231,218). Sum of RGB (Red+Green+Blue) = 94+231+218=543 (71% of max value = 765). Red value is 94 (37.11% from 255 or 17.31% from 543); Green value is 231 (90.62% from 255 or 42.54% from 543); Blue value is 218 (85.55% from 255 or 40.15% from 543); Max value from RGB is 231 - color contains mainly: green. Hex color #5EE7DA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5EE7DA is #A11825. Grayscale: #BCBCBC. Windows color (decimal): -10557478 or 14346078. OLE color: 14346078.

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

Color convert

RGB94231218-
CMYK0.5900.060.09
HSL174.31º74.05%63.73%-
HSV(B)174.31º59.31%90.59%-
XYZ45.8564.5976.38-
YUV188.55144.6160.56-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 17.31%
GREEN value IS 231 (90.62% from 255) = 42.54%
BLUE value IS 218 (85.55% from 255) = 40.15%
R=17.31%
G=42.54%
B=40.15%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal942312180.5900.060.09174.3174.0563.73
Hex5EE7DA3B069ae4a40
Octal136347332730611256112100
Binary10111101110011111011010111011011010011010111010010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EE7DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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