#5DDBD4

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

Shades of Medium Turquoise #5DDBD4

Tints of Medium Turquoise #5DDBD4

Color information

#5DDBD4 (or 0x5DDBD4) is unknown color: approx Medium Turquoise. HEX triplet: 5D, DB and D4. RGB value is (93,219,212). Sum of RGB (Red+Green+Blue) = 93+219+212=524 (69% of max value = 765). Red value is 93 (36.72% from 255 or 17.75% from 524); Green value is 219 (85.94% from 255 or 41.79% from 524); Blue value is 212 (83.20% from 255 or 40.46% from 524); Max value from RGB is 219 - color contains mainly: green. Hex color #5DDBD4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DDBD4 is #A2242B. Grayscale: #B4B4B4. Windows color (decimal): -10626092 or 13949789. OLE color: 13949789.

HSL color Cylindrical-coordinate representation of color #5DDBD4: hue angle of 176.67º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5DDBD4 is Cyan = 0.58, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.14.

Color convert

RGB93219212-
CMYK0.5800.030.14
HSL176.67º63.64%61.18%-
HSV(B)176.67º57.53%85.88%-
XYZ41.7357.7471.23-
YUV180.53145.7665.57-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 17.75%
GREEN value IS 219 (85.94% from 255) = 41.79%
BLUE value IS 212 (83.20% from 255) = 40.46%
R=17.75%
G=41.79%
B=40.46%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal932192120.5800.030.14176.6763.6461.18
Hex5DDBD43A03Eb1403d
Octal13533332472031626110075
Binary101110111011011110101001110100111110101100011000000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DDBD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,219,212); }

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

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

 a { background-color: rgb(93,219,212); }

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

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

 span { border-color: rgb(93,219,212); }

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