#4FEDD9

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

Shades of Turquoise #4FEDD9

Tints of Turquoise #4FEDD9

Color information

#4FEDD9 (or 0x4FEDD9) is unknown color: approx Turquoise. HEX triplet: 4F, ED and D9. RGB value is (79,237,217). Sum of RGB (Red+Green+Blue) = 79+237+217=533 (70% of max value = 765). Red value is 79 (31.25% from 255 or 14.82% from 533); Green value is 237 (92.97% from 255 or 44.47% from 533); Blue value is 217 (85.16% from 255 or 40.71% from 533); Max value from RGB is 237 - color contains mainly: green. Hex color #4FEDD9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4FEDD9 is #B01226. Grayscale: #BBBBBB. Windows color (decimal): -11538983 or 14282063. OLE color: 14282063.

HSL color Cylindrical-coordinate representation of color #4FEDD9: hue angle of 172.41º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4FEDD9 is Cyan = 0.67, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB79237217-
CMYK0.6700.080.07
HSL172.41º81.44%61.96%-
HSV(B)172.41º66.67%92.94%-
XYZ46.0367.2476.2-
YUV187.48144.6550.63-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 14.82%
GREEN value IS 237 (92.97% from 255) = 44.47%
BLUE value IS 217 (85.16% from 255) = 40.71%
R=14.82%
G=44.47%
B=40.71%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal792372170.6700.080.07172.4181.4461.96
Hex4FEDD943087ac513e
Octal117355331103010725412176
Binary10011111110110111011001100001101000111101011001010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FEDD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,237,217); }

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

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

 a { background-color: rgb(79,237,217); }

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

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

 span { border-color: rgb(79,237,217); }

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