#5fc7ce

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

Shades of Medium Turquoise #5FC7CE

Tints of Medium Turquoise #5FC7CE

Color information

#5FC7CE (or 0x5FC7CE) is unknown color: approx Medium Turquoise. HEX triplet: 5F, C7 and CE. RGB value is (95,199,206). Sum of RGB (Red+Green+Blue) = 95+199+206=500 (66% of max value = 765). Red value is 95 (37.5% from 255 or 19% from 500); Green value is 199 (78.12% from 255 or 39.8% from 500); Blue value is 206 (80.86% from 255 or 41.2% from 500); Max value from RGB is 206 - color contains mainly: blue. Hex color #5FC7CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FC7CE is #A03831. Grayscale: #A8A8A8. Windows color (decimal): -10500146 or 13551455. OLE color: 13551455.

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

Color convert

RGB95199206-
CMYK0.540.0300.19
HSL183.78º53.11%59.02%-
HSV(B)183.78º53.88%80.78%-
XYZ36.2847.7465.69-
YUV168.7149.0475.43-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 19%
GREEN value IS 199 (78.12% from 255) = 39.8%
BLUE value IS 206 (80.86% from 255) = 41.2%
R=19%
G=39.8%
B=41.2%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal951992060.540.0300.19183.7853.1159.02
Hex5FC7CE363013b8353b
Octal1373073166630232706573
Binary101111111000111110011101101101101001110111000110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5fc7ce

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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