#4FC8D0

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

Shades of Medium Turquoise #4FC8D0

Tints of Medium Turquoise #4FC8D0

Color information

#4FC8D0 (or 0x4FC8D0) is unknown color: approx Medium Turquoise. HEX triplet: 4F, C8 and D0. RGB value is (79,200,208). Sum of RGB (Red+Green+Blue) = 79+200+208=487 (64% of max value = 765). Red value is 79 (31.25% from 255 or 16.22% from 487); Green value is 200 (78.52% from 255 or 41.07% from 487); Blue value is 208 (81.64% from 255 or 42.71% from 487); Max value from RGB is 208 - color contains mainly: blue. Hex color #4FC8D0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FC8D0 is #B0372F. Grayscale: #A4A4A4. Windows color (decimal): -11548464 or 13682767. OLE color: 13682767.

HSL color Cylindrical-coordinate representation of color #4FC8D0: hue angle of 183.72º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4FC8D0 is Cyan = 0.62, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB79200208-
CMYK0.620.0400.18
HSL183.72º57.85%56.27%-
HSV(B)183.72º62.02%81.57%-
XYZ35.2647.5266.99-
YUV164.73152.4166.85-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 16.22%
GREEN value IS 200 (78.52% from 255) = 41.07%
BLUE value IS 208 (81.64% from 255) = 42.71%
R=16.22%
G=41.07%
B=42.71%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal792002080.620.0400.18183.7257.8556.27
Hex4FC8D03E4012b83a38
Octal1173103207640222707270
Binary1001111110010001101000011111010001001010111000111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FC8D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4FC8D0; }

 p { color: rgb(79,200,208); }

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

<style>
 a { background-color: #4FC8D0; }

 a { background-color: rgb(79,200,208); }

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

<style>
 span { border-color: #4FC8D0; }

 span { border-color: rgb(79,200,208); }

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