#5CC7CE

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

Shades of Medium Turquoise #5CC7CE

Tints of Medium Turquoise #5CC7CE

Color information

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

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

Color convert

RGB92199206-
CMYK0.550.0300.19
HSL183.68º53.77%58.43%-
HSV(B)183.68º55.34%80.78%-
XYZ35.9847.5865.68-
YUV167.8149.5573.93-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal921992060.550.0300.19183.6853.7758.43
Hex5CC7CE373013b8363a
Octal1343073166730232706672
Binary101110011000111110011101101111101001110111000110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CC7CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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