#4FCAD1

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

Shades of Medium Turquoise #4FCAD1

Tints of Medium Turquoise #4FCAD1

Color information

#4FCAD1 (or 0x4FCAD1) is unknown color: approx Medium Turquoise. HEX triplet: 4F, CA and D1. RGB value is (79,202,209). Sum of RGB (Red+Green+Blue) = 79+202+209=490 (64% of max value = 765). Red value is 79 (31.25% from 255 or 16.12% from 490); Green value is 202 (79.30% from 255 or 41.22% from 490); Blue value is 209 (82.03% from 255 or 42.65% from 490); Max value from RGB is 209 - color contains mainly: blue. Hex color #4FCAD1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FCAD1 is #B0352E. Grayscale: #A5A5A5. Windows color (decimal): -11547951 or 13748815. OLE color: 13748815.

HSL color Cylindrical-coordinate representation of color #4FCAD1: hue angle of 183.23º degrees, saturation: 0.59, 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 #4FCAD1 is Cyan = 0.62, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB79202209-
CMYK0.620.0300.18
HSL183.23º58.56%56.47%-
HSV(B)183.23º62.2%81.96%-
XYZ35.8548.5167.79-
YUV166.02152.2565.93-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 16.12%
GREEN value IS 202 (79.30% from 255) = 41.22%
BLUE value IS 209 (82.03% from 255) = 42.65%
R=16.12%
G=41.22%
B=42.65%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal792022090.620.0300.18183.2358.5656.47
Hex4FCAD13E3012b73b38
Octal1173123217630222677370
Binary100111111001010110100011111101101001010110111111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FCAD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,202,209); }

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

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

 a { background-color: rgb(79,202,209); }

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

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

 span { border-color: rgb(79,202,209); }

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