#5DE8DC

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

Shades of Turquoise Blue #5DE8DC

Tints of Turquoise Blue #5DE8DC

Color information

#5DE8DC (or 0x5DE8DC) is unknown color: approx Turquoise Blue. HEX triplet: 5D, E8 and DC. RGB value is (93,232,220). Sum of RGB (Red+Green+Blue) = 93+232+220=545 (72% of max value = 765). Red value is 93 (36.72% from 255 or 17.06% from 545); Green value is 232 (91.02% from 255 or 42.57% from 545); Blue value is 220 (86.33% from 255 or 40.37% from 545); Max value from RGB is 232 - color contains mainly: green. Hex color #5DE8DC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5DE8DC is #A21723. Grayscale: #BCBCBC. Windows color (decimal): -10622756 or 14477405. OLE color: 14477405.

HSL color Cylindrical-coordinate representation of color #5DE8DC: hue angle of 174.82º degrees, saturation: 0.75, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5DE8DC is Cyan = 0.60, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.09.

Color convert

RGB93232220-
CMYK0.6000.050.09
HSL174.82º75.14%63.73%-
HSV(B)174.82º59.91%90.98%-
XYZ46.2965.2177.86-
YUV189.07145.4559.48-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 17.06%
GREEN value IS 232 (91.02% from 255) = 42.57%
BLUE value IS 220 (86.33% from 255) = 40.37%
R=17.06%
G=42.57%
B=40.37%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal932322200.6000.050.09174.8275.1463.73
Hex5DE8DC3C059af4b40
Octal135350334740511257113100
Binary10111011110100011011100111100010110011010111110010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DE8DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,232,220); }

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

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

 a { background-color: rgb(93,232,220); }

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

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

 span { border-color: rgb(93,232,220); }

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