#5CC7CD

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

Shades of Medium Turquoise #5CC7CD

Tints of Medium Turquoise #5CC7CD

Color information

#5CC7CD (or 0x5CC7CD) is unknown color: approx Medium Turquoise. HEX triplet: 5C, C7 and CD. RGB value is (92,199,205). Sum of RGB (Red+Green+Blue) = 92+199+205=496 (65% of max value = 765). Red value is 92 (36.33% from 255 or 18.55% from 496); Green value is 199 (78.12% from 255 or 40.12% from 496); Blue value is 205 (80.47% from 255 or 41.33% from 496); Max value from RGB is 205 - color contains mainly: blue. Hex color #5CC7CD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CC7CD is #A33832. Grayscale: #A7A7A7. Windows color (decimal): -10696755 or 13485916. OLE color: 13485916.

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

Color convert

RGB92199205-
CMYK0.550.0300.20
HSL183.19º53.05%58.24%-
HSV(B)183.19º55.12%80.39%-
XYZ35.8647.5365.04-
YUV167.69149.0574.01-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 18.55%
GREEN value IS 199 (78.12% from 255) = 40.12%
BLUE value IS 205 (80.47% from 255) = 41.33%
R=18.55%
G=40.12%
B=41.33%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal921992050.550.0300.20183.1953.0558.24
Hex5CC7CD373014b7353a
Octal1343073156730242676572
Binary101110011000111110011011101111101010010110111110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CC7CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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