#5DF4E1

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

Shades of Turquoise Blue #5DF4E1

Tints of Turquoise Blue #5DF4E1

Color information

#5DF4E1 (or 0x5DF4E1) is unknown color: approx Turquoise Blue. HEX triplet: 5D, F4 and E1. RGB value is (93,244,225). Sum of RGB (Red+Green+Blue) = 93+244+225=562 (74% of max value = 765). Red value is 93 (36.72% from 255 or 16.55% from 562); Green value is 244 (95.70% from 255 or 43.42% from 562); Blue value is 225 (88.28% from 255 or 40.04% from 562); Max value from RGB is 244 - color contains mainly: green. Hex color #5DF4E1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5DF4E1 is #A20B1E. Grayscale: #C4C4C4. Windows color (decimal): -10619679 or 14808157. OLE color: 14808157.

HSL color Cylindrical-coordinate representation of color #5DF4E1: hue angle of 172.45º degrees, saturation: 0.87, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5DF4E1 is Cyan = 0.62, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.04.

Color convert

RGB93244225-
CMYK0.6200.080.04
HSL172.45º87.28%66.08%-
HSV(B)172.45º61.89%95.69%-
XYZ50.4672.4682.56-
YUV196.68143.9754.04-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 16.55%
GREEN value IS 244 (95.70% from 255) = 43.42%
BLUE value IS 225 (88.28% from 255) = 40.04%
R=16.55%
G=43.42%
B=40.04%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal932442250.6200.080.04172.4587.2866.08
Hex5DF4E13E084ac5742
Octal135364341760104254127102
Binary10111011111010011100001111110010001001010110010101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DF4E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,244,225); }

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

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

 a { background-color: rgb(93,244,225); }

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

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

 span { border-color: rgb(93,244,225); }

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