#5CDCD4

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

Shades of Medium Turquoise #5CDCD4

Tints of Medium Turquoise #5CDCD4

Color information

#5CDCD4 (or 0x5CDCD4) is unknown color: approx Medium Turquoise. HEX triplet: 5C, DC and D4. RGB value is (92,220,212). Sum of RGB (Red+Green+Blue) = 92+220+212=524 (69% of max value = 765). Red value is 92 (36.33% from 255 or 17.56% from 524); Green value is 220 (86.33% from 255 or 41.98% from 524); Blue value is 212 (83.20% from 255 or 40.46% from 524); Max value from RGB is 220 - color contains mainly: green. Hex color #5CDCD4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CDCD4 is #A3232B. Grayscale: #B4B4B4. Windows color (decimal): -10691372 or 13950044. OLE color: 13950044.

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

Color convert

RGB92220212-
CMYK0.5800.040.14
HSL176.25º64.65%61.18%-
HSV(B)176.25º58.18%86.27%-
XYZ41.8958.2271.32-
YUV180.82145.5964.65-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 17.56%
GREEN value IS 220 (86.33% from 255) = 41.98%
BLUE value IS 212 (83.20% from 255) = 40.46%
R=17.56%
G=41.98%
B=40.46%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal922202120.5800.040.14176.2564.6561.18
Hex5CDCD43A04Eb0413d
Octal13433432472041626010175
Binary1011100110111001101010011101001001110101100001000001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CDCD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,220,212); }

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

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

 a { background-color: rgb(92,220,212); }

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

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

 span { border-color: rgb(92,220,212); }

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