#5DDCCF

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

Shades of Medium Turquoise #5DDCCF

Tints of Medium Turquoise #5DDCCF

Color information

#5DDCCF (or 0x5DDCCF) is unknown color: approx Medium Turquoise. HEX triplet: 5D, DC and CF. RGB value is (93,220,207). Sum of RGB (Red+Green+Blue) = 93+220+207=520 (68% of max value = 765). Red value is 93 (36.72% from 255 or 17.88% from 520); Green value is 220 (86.33% from 255 or 42.31% from 520); Blue value is 207 (81.25% from 255 or 39.81% from 520); Max value from RGB is 220 - color contains mainly: green. Hex color #5DDCCF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DDCCF is #A22330. Grayscale: #B4B4B4. Windows color (decimal): -10625841 or 13622365. OLE color: 13622365.

HSL color Cylindrical-coordinate representation of color #5DDCCF: hue angle of 173.86º 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 #5DDCCF is Cyan = 0.58, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.14.

Color convert

RGB93220207-
CMYK0.5800.060.14
HSL173.86º64.47%61.37%-
HSV(B)173.86º57.73%86.27%-
XYZ41.3758.0268.05-
YUV180.54142.9265.56-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 17.88%
GREEN value IS 220 (86.33% from 255) = 42.31%
BLUE value IS 207 (81.25% from 255) = 39.81%
R=17.88%
G=42.31%
B=39.81%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal932202070.5800.060.14173.8664.4761.37
Hex5DDCCF3A06Eae403d
Octal13533431772061625610075
Binary1011101110111001100111111101001101110101011101000000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DDCCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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