#5DD8D3

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

Shades of Medium Turquoise #5DD8D3

Tints of Medium Turquoise #5DD8D3

Color information

#5DD8D3 (or 0x5DD8D3) is unknown color: approx Medium Turquoise. HEX triplet: 5D, D8 and D3. RGB value is (93,216,211). Sum of RGB (Red+Green+Blue) = 93+216+211=520 (68% of max value = 765). Red value is 93 (36.72% from 255 or 17.88% from 520); Green value is 216 (84.77% from 255 or 41.54% from 520); Blue value is 211 (82.81% from 255 or 40.58% from 520); Max value from RGB is 216 - color contains mainly: green. Hex color #5DD8D3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DD8D3 is #A2272C. Grayscale: #B2B2B2. Windows color (decimal): -10626861 or 13883485. OLE color: 13883485.

HSL color Cylindrical-coordinate representation of color #5DD8D3: hue angle of 177.56º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5DD8D3 is Cyan = 0.57, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.15.

Color convert

RGB93216211-
CMYK0.5700.020.15
HSL177.56º61.19%60.59%-
HSV(B)177.56º56.94%84.71%-
XYZ40.8356.1470.31-
YUV178.65146.2566.91-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 17.88%
GREEN value IS 216 (84.77% from 255) = 41.54%
BLUE value IS 211 (82.81% from 255) = 40.58%
R=17.88%
G=41.54%
B=40.58%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal932162110.5700.020.15177.5661.1960.59
Hex5DD8D33902Fb23d3d
Octal1353303237102172627575
Binary10111011101100011010011111001010111110110010111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DD8D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,216,211); }

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

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

 a { background-color: rgb(93,216,211); }

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

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

 span { border-color: rgb(93,216,211); }

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