#5DEFDC

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

Shades of Turquoise Blue #5DEFDC

Tints of Turquoise Blue #5DEFDC

Color information

#5DEFDC (or 0x5DEFDC) is unknown color: approx Turquoise Blue. HEX triplet: 5D, EF and DC. RGB value is (93,239,220). Sum of RGB (Red+Green+Blue) = 93+239+220=552 (73% of max value = 765). Red value is 93 (36.72% from 255 or 16.85% from 552); Green value is 239 (93.75% from 255 or 43.30% from 552); Blue value is 220 (86.33% from 255 or 39.86% from 552); Max value from RGB is 239 - color contains mainly: green. Hex color #5DEFDC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5DEFDC is #A21023. Grayscale: #C1C1C1. Windows color (decimal): -10620964 or 14479197. OLE color: 14479197.

HSL color Cylindrical-coordinate representation of color #5DEFDC: hue angle of 172.19º degrees, saturation: 0.82, 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 #5DEFDC is Cyan = 0.61, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB93239220-
CMYK0.6100.080.06
HSL172.19º82.02%65.1%-
HSV(B)172.19º61.09%93.73%-
XYZ48.369.2378.53-
YUV193.18143.1356.54-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 16.85%
GREEN value IS 239 (93.75% from 255) = 43.30%
BLUE value IS 220 (86.33% from 255) = 39.86%
R=16.85%
G=43.30%
B=39.86%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal932392200.6100.080.06172.1982.0265.1
Hex5DEFDC3D086ac5241
Octal135357334750106254122101
Binary10111011110111111011100111101010001101010110010100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DEFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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