#4FDDCD

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

Shades of Medium Turquoise #4FDDCD

Tints of Medium Turquoise #4FDDCD

Color information

#4FDDCD (or 0x4FDDCD) is unknown color: approx Medium Turquoise. HEX triplet: 4F, DD and CD. RGB value is (79,221,205). Sum of RGB (Red+Green+Blue) = 79+221+205=505 (66% of max value = 765). Red value is 79 (31.25% from 255 or 15.64% from 505); Green value is 221 (86.72% from 255 or 43.76% from 505); Blue value is 205 (80.47% from 255 or 40.59% from 505); Max value from RGB is 221 - color contains mainly: green. Hex color #4FDDCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FDDCD is #B02232. Grayscale: #B0B0B0. Windows color (decimal): -11543091 or 13491535. OLE color: 13491535.

HSL color Cylindrical-coordinate representation of color #4FDDCD: hue angle of 173.24º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4FDDCD is Cyan = 0.64, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB79221205-
CMYK0.6400.070.13
HSL173.24º67.62%58.82%-
HSV(B)173.24º64.25%86.67%-
XYZ40.157.7866.8-
YUV176.72143.9658.3-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 15.64%
GREEN value IS 221 (86.72% from 255) = 43.76%
BLUE value IS 205 (80.47% from 255) = 40.59%
R=15.64%
G=43.76%
B=40.59%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal792212050.6400.070.13173.2467.6258.82
Hex4FDDCD4007Dad443b
Octal117335315100071525510473
Binary10011111101110111001101100000001111101101011011000100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FDDCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,221,205); }

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

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

 a { background-color: rgb(79,221,205); }

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

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

 span { border-color: rgb(79,221,205); }

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