#5DDECF

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

Shades of Medium Turquoise #5DDECF

Tints of Medium Turquoise #5DDECF

Color information

#5DDECF (or 0x5DDECF) is unknown color: approx Medium Turquoise. HEX triplet: 5D, DE and CF. RGB value is (93,222,207). Sum of RGB (Red+Green+Blue) = 93+222+207=522 (69% of max value = 765). Red value is 93 (36.72% from 255 or 17.82% from 522); Green value is 222 (87.11% from 255 or 42.53% from 522); Blue value is 207 (81.25% from 255 or 39.66% from 522); Max value from RGB is 222 - color contains mainly: green. Hex color #5DDECF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DDECF is #A22130. Grayscale: #B5B5B5. Windows color (decimal): -10625329 or 13622877. OLE color: 13622877.

HSL color Cylindrical-coordinate representation of color #5DDECF: hue angle of 173.02º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5DDECF is Cyan = 0.58, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB93222207-
CMYK0.5800.070.13
HSL173.02º66.15%61.76%-
HSV(B)173.02º58.11%87.06%-
XYZ41.959.0768.23-
YUV181.72142.2664.72-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 17.82%
GREEN value IS 222 (87.11% from 255) = 42.53%
BLUE value IS 207 (81.25% from 255) = 39.66%
R=17.82%
G=42.53%
B=39.66%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal932222070.5800.070.13173.0266.1561.76
Hex5DDECF3A07Dad423e
Octal13533631772071525510276
Binary1011101110111101100111111101001111101101011011000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DDECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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