#5cc8c2

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

Shades of Medium Turquoise #5CC8C2

Tints of Medium Turquoise #5CC8C2

Color information

#5CC8C2 (or 0x5CC8C2) is unknown color: approx Medium Turquoise. HEX triplet: 5C, C8 and C2. RGB value is (92,200,194). Sum of RGB (Red+Green+Blue) = 92+200+194=486 (64% of max value = 765). Red value is 92 (36.33% from 255 or 18.93% from 486); Green value is 200 (78.52% from 255 or 41.15% from 486); Blue value is 194 (76.17% from 255 or 39.92% from 486); Max value from RGB is 200 - color contains mainly: green. Hex color #5CC8C2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CC8C2 is #A3373D. Grayscale: #A6A6A6. Windows color (decimal): -10696510 or 12765276. OLE color: 12765276.

HSL color Cylindrical-coordinate representation of color #5CC8C2: hue angle of 176.67º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5CC8C2 is Cyan = 0.54, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.22.

Color convert

RGB92200194-
CMYK0.5400.030.22
HSL176.67º49.54%57.25%-
HSV(B)176.67º54%78.43%-
XYZ34.8147.4858.37-
YUV167.02143.2274.49-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 18.93%
GREEN value IS 200 (78.52% from 255) = 41.15%
BLUE value IS 194 (76.17% from 255) = 39.92%
R=18.93%
G=41.15%
B=39.92%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal922001940.5400.030.22176.6749.5457.25
Hex5CC8C2360316b13239
Octal1343103026603262616271
Binary101110011001000110000101101100111011010110001110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5cc8c2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,200,194); }

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

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

 a { background-color: rgb(92,200,194); }

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

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

 span { border-color: rgb(92,200,194); }

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