#4FD4E6

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

Shades of Turquoise Blue #4FD4E6

Tints of Turquoise Blue #4FD4E6

Color information

#4FD4E6 (or 0x4FD4E6) is unknown color: approx Turquoise Blue. HEX triplet: 4F, D4 and E6. RGB value is (79,212,230). Sum of RGB (Red+Green+Blue) = 79+212+230=521 (69% of max value = 765). Red value is 79 (31.25% from 255 or 15.16% from 521); Green value is 212 (83.20% from 255 or 40.69% from 521); Blue value is 230 (90.23% from 255 or 44.15% from 521); Max value from RGB is 230 - color contains mainly: blue. Hex color #4FD4E6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4FD4E6 is #B02B19. Grayscale: #AEAEAE. Windows color (decimal): -11545370 or 15127631. OLE color: 15127631.

HSL color Cylindrical-coordinate representation of color #4FD4E6: hue angle of 187.15º degrees, saturation: 0.75, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4FD4E6 is Cyan = 0.66, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB79212230-
CMYK0.660.0800.10
HSL187.15º75.12%60.59%-
HSV(B)187.15º65.65%90.2%-
XYZ41.0554.4683.21-
YUV174.28159.4460.04-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 15.16%
GREEN value IS 212 (83.20% from 255) = 40.69%
BLUE value IS 230 (90.23% from 255) = 44.15%
R=15.16%
G=40.69%
B=44.15%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal792122300.660.0800.10187.1575.1260.59
Hex4FD4E64280Abb4b3d
Octal1173243461021001227311375
Binary100111111010100111001101000010100001010101110111001011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FD4E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,212,230); }

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

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

 a { background-color: rgb(79,212,230); }

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

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

 span { border-color: rgb(79,212,230); }

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