#4FD9ED

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

Shades of Turquoise Blue #4FD9ED

Tints of Turquoise Blue #4FD9ED

Color information

#4FD9ED (or 0x4FD9ED) is unknown color: approx Turquoise Blue. HEX triplet: 4F, D9 and ED. RGB value is (79,217,237). Sum of RGB (Red+Green+Blue) = 79+217+237=533 (70% of max value = 765). Red value is 79 (31.25% from 255 or 14.82% from 533); Green value is 217 (85.16% from 255 or 40.71% from 533); Blue value is 237 (92.97% from 255 or 44.47% from 533); Max value from RGB is 237 - color contains mainly: blue. Hex color #4FD9ED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4FD9ED is #B02612. Grayscale: #B1B1B1. Windows color (decimal): -11544083 or 15587663. OLE color: 15587663.

HSL color Cylindrical-coordinate representation of color #4FD9ED: hue angle of 187.59º 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 #4FD9ED is Cyan = 0.67, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB79217237-
CMYK0.670.0800.07
HSL187.59º81.44%61.96%-
HSV(B)187.59º66.67%92.94%-
XYZ43.3257.488.92-
YUV178.02161.2857.37-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal792172370.670.0800.07187.5981.4461.96
Hex4FD9ED43807bc513e
Octal117331355103100727412176
Binary10011111101100111101101100001110000111101111001010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FD9ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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