#5cdcd6

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

Shades of Medium Turquoise #5CDCD6

Tints of Medium Turquoise #5CDCD6

Color information

#5CDCD6 (or 0x5CDCD6) is unknown color: approx Medium Turquoise. HEX triplet: 5C, DC and D6. RGB value is (92,220,214). Sum of RGB (Red+Green+Blue) = 92+220+214=526 (69% of max value = 765). Red value is 92 (36.33% from 255 or 17.49% from 526); Green value is 220 (86.33% from 255 or 41.83% from 526); Blue value is 214 (83.98% from 255 or 40.68% from 526); Max value from RGB is 220 - color contains mainly: green. Hex color #5CDCD6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CDCD6 is #A32329. Grayscale: #B4B4B4. Windows color (decimal): -10691370 or 14081116. OLE color: 14081116.

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

Color convert

RGB92220214-
CMYK0.5800.030.14
HSL177.19º64.65%61.18%-
HSV(B)177.19º58.18%86.27%-
XYZ42.1458.3272.65-
YUV181.04146.5964.49-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 17.49%
GREEN value IS 220 (86.33% from 255) = 41.83%
BLUE value IS 214 (83.98% from 255) = 40.68%
R=17.49%
G=41.83%
B=40.68%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal922202140.5800.030.14177.1964.6561.18
Hex5CDCD63A03Eb1413d
Octal13433432672031626110175
Binary101110011011100110101101110100111110101100011000001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5cdcd6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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