#5CCEC7

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

Shades of Medium Turquoise #5CCEC7

Tints of Medium Turquoise #5CCEC7

Color information

#5CCEC7 (or 0x5CCEC7) is unknown color: approx Medium Turquoise. HEX triplet: 5C, CE and C7. RGB value is (92,206,199). Sum of RGB (Red+Green+Blue) = 92+206+199=497 (65% of max value = 765). Red value is 92 (36.33% from 255 or 18.51% from 497); Green value is 206 (80.86% from 255 or 41.45% from 497); Blue value is 199 (78.12% from 255 or 40.04% from 497); Max value from RGB is 206 - color contains mainly: green. Hex color #5CCEC7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CCEC7 is #A33138. Grayscale: #ABABAB. Windows color (decimal): -10694969 or 13094492. OLE color: 13094492.

HSL color Cylindrical-coordinate representation of color #5CCEC7: hue angle of 176.32º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5CCEC7 is Cyan = 0.55, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.19.

Color convert

RGB92206199-
CMYK0.5500.030.19
HSL176.32º53.77%58.43%-
HSV(B)176.32º55.34%80.78%-
XYZ36.7950.5461.85-
YUV171.12143.7371.57-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 18.51%
GREEN value IS 206 (80.86% from 255) = 41.45%
BLUE value IS 199 (78.12% from 255) = 40.04%
R=18.51%
G=41.45%
B=40.04%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal922061990.5500.030.19176.3253.7758.43
Hex5CCEC7370313b0363a
Octal1343163076703232606672
Binary101110011001110110001111101110111001110110000110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CCEC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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