#5DE9DD

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

Shades of Turquoise Blue #5DE9DD

Tints of Turquoise Blue #5DE9DD

Color information

#5DE9DD (or 0x5DE9DD) is unknown color: approx Turquoise Blue. HEX triplet: 5D, E9 and DD. RGB value is (93,233,221). Sum of RGB (Red+Green+Blue) = 93+233+221=547 (72% of max value = 765). Red value is 93 (36.72% from 255 or 17.00% from 547); Green value is 233 (91.41% from 255 or 42.60% from 547); Blue value is 221 (86.72% from 255 or 40.40% from 547); Max value from RGB is 233 - color contains mainly: green. Hex color #5DE9DD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5DE9DD is #A21622. Grayscale: #BDBDBD. Windows color (decimal): -10622499 or 14543197. OLE color: 14543197.

HSL color Cylindrical-coordinate representation of color #5DE9DD: hue angle of 174.86º degrees, saturation: 0.76, 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 #5DE9DD is Cyan = 0.60, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.09.

Color convert

RGB93233221-
CMYK0.6000.050.09
HSL174.86º76.09%63.92%-
HSV(B)174.86º60.09%91.37%-
XYZ46.765.8378.65-
YUV189.77145.6258.98-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 17.00%
GREEN value IS 233 (91.41% from 255) = 42.60%
BLUE value IS 221 (86.72% from 255) = 40.40%
R=17.00%
G=42.60%
B=40.40%

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
Decimal932332210.6000.050.09174.8676.0963.92
Hex5DE9DD3C059af4c40
Octal135351335740511257114100
Binary10111011110100111011101111100010110011010111110011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DE9DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,233,221); }

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

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

 a { background-color: rgb(93,233,221); }

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

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

 span { border-color: rgb(93,233,221); }

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