#5DC9DC

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

Shades of Turquoise Blue #5DC9DC

Tints of Turquoise Blue #5DC9DC

Color information

#5DC9DC (or 0x5DC9DC) is unknown color: approx Turquoise Blue. HEX triplet: 5D, C9 and DC. RGB value is (93,201,220). Sum of RGB (Red+Green+Blue) = 93+201+220=514 (68% of max value = 765). Red value is 93 (36.72% from 255 or 18.09% from 514); Green value is 201 (78.91% from 255 or 39.11% from 514); Blue value is 220 (86.33% from 255 or 42.80% from 514); Max value from RGB is 220 - color contains mainly: blue. Hex color #5DC9DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DC9DC is #A23623. Grayscale: #AAAAAA. Windows color (decimal): -10630692 or 14469469. OLE color: 14469469.

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

Color convert

RGB93201220-
CMYK0.580.0900.14
HSL188.98º64.47%61.37%-
HSV(B)188.98º57.73%86.27%-
XYZ38.3249.2775.2-
YUV170.87155.7272.46-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 18.09%
GREEN value IS 201 (78.91% from 255) = 39.11%
BLUE value IS 220 (86.33% from 255) = 42.80%
R=18.09%
G=39.11%
B=42.80%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal932012200.580.0900.14188.9864.4761.37
Hex5DC9DC3A90Ebd403d
Octal135311334721101627510075
Binary10111011100100111011100111010100101110101111011000000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DC9DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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