#5CDCCD

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

Shades of Medium Turquoise #5CDCCD

Tints of Medium Turquoise #5CDCCD

Color information

#5CDCCD (or 0x5CDCCD) is unknown color: approx Medium Turquoise. HEX triplet: 5C, DC and CD. RGB value is (92,220,205). Sum of RGB (Red+Green+Blue) = 92+220+205=517 (68% of max value = 765). Red value is 92 (36.33% from 255 or 17.79% from 517); Green value is 220 (86.33% from 255 or 42.55% from 517); Blue value is 205 (80.47% from 255 or 39.65% from 517); Max value from RGB is 220 - color contains mainly: green. Hex color #5CDCCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CDCCD is #A32332. Grayscale: #B3B3B3. Windows color (decimal): -10691379 or 13491292. OLE color: 13491292.

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

Color convert

RGB92220205-
CMYK0.5800.070.14
HSL172.97º64.65%61.18%-
HSV(B)172.97º58.18%86.27%-
XYZ41.0357.8766.77-
YUV180.02142.0965.22-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 17.79%
GREEN value IS 220 (86.33% from 255) = 42.55%
BLUE value IS 205 (80.47% from 255) = 39.65%
R=17.79%
G=42.55%
B=39.65%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal922202050.5800.070.14172.9764.6561.18
Hex5CDCCD3A07Ead413d
Octal13433431572071625510175
Binary1011100110111001100110111101001111110101011011000001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CDCCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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