#5CDCCE

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

Shades of Medium Turquoise #5CDCCE

Tints of Medium Turquoise #5CDCCE

Color information

#5CDCCE (or 0x5CDCCE) is unknown color: approx Medium Turquoise. HEX triplet: 5C, DC and CE. RGB value is (92,220,206). Sum of RGB (Red+Green+Blue) = 92+220+206=518 (68% of max value = 765). Red value is 92 (36.33% from 255 or 17.76% from 518); Green value is 220 (86.33% from 255 or 42.47% from 518); Blue value is 206 (80.86% from 255 or 39.77% from 518); Max value from RGB is 220 - color contains mainly: green. Hex color #5CDCCE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CDCCE is #A32331. Grayscale: #B4B4B4. Windows color (decimal): -10691378 or 13556828. OLE color: 13556828.

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

Color convert

RGB92220206-
CMYK0.5800.060.14
HSL173.44º64.65%61.18%-
HSV(B)173.44º58.18%86.27%-
XYZ41.1557.9267.4-
YUV180.13142.5965.14-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 17.76%
GREEN value IS 220 (86.33% from 255) = 42.47%
BLUE value IS 206 (80.86% from 255) = 39.77%
R=17.76%
G=42.47%
B=39.77%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal922202060.5800.060.14173.4464.6561.18
Hex5CDCCE3A06Ead413d
Octal13433431672061625510175
Binary1011100110111001100111011101001101110101011011000001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CDCCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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