#5DCDDC

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

Shades of Turquoise Blue #5DCDDC

Tints of Turquoise Blue #5DCDDC

Color information

#5DCDDC (or 0x5DCDDC) is unknown color: approx Turquoise Blue. HEX triplet: 5D, CD and DC. RGB value is (93,205,220). Sum of RGB (Red+Green+Blue) = 93+205+220=518 (68% of max value = 765). Red value is 93 (36.72% from 255 or 17.95% from 518); Green value is 205 (80.47% from 255 or 39.58% from 518); Blue value is 220 (86.33% from 255 or 42.47% from 518); Max value from RGB is 220 - color contains mainly: blue. Hex color #5DCDDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DCDDC is #A23223. Grayscale: #ADADAD. Windows color (decimal): -10629668 or 14470493. OLE color: 14470493.

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

Color convert

RGB93205220-
CMYK0.580.0700.14
HSL187.09º64.47%61.37%-
HSV(B)187.09º57.73%86.27%-
XYZ39.2651.1675.52-
YUV173.22154.3970.78-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 17.95%
GREEN value IS 205 (80.47% from 255) = 39.58%
BLUE value IS 220 (86.33% from 255) = 42.47%
R=17.95%
G=39.58%
B=42.47%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal932052200.580.0700.14187.0964.4761.37
Hex5DCDDC3A70Ebb403d
Octal13531533472701627310075
Binary1011101110011011101110011101011101110101110111000000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DCDDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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