#4fd3ff

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

Shades of Turquoise Blue #4FD3FF

Tints of Turquoise Blue #4FD3FF

Color information

#4FD3FF (or 0x4FD3FF) is unknown color: approx Turquoise Blue. HEX triplet: 4F, D3 and FF. RGB value is (79,211,255). Sum of RGB (Red+Green+Blue) = 79+211+255=545 (72% of max value = 765). Red value is 79 (31.25% from 255 or 14.50% from 545); Green value is 211 (82.81% from 255 or 38.72% from 545); Blue value is 255 (100% from 255 or 46.79% from 545); Max value from RGB is 255 - color contains mainly: blue. Hex color #4FD3FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4FD3FF is #B02C00. Grayscale: #B0B0B0. Windows color (decimal): -11545601 or 16765775. OLE color: 16765775.

HSL color Cylindrical-coordinate representation of color #4FD3FF: hue angle of 195º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4FD3FF is Cyan = 0.69, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB79211255-
CMYK0.690.1700
HSL195º100%65.49%-
HSV(B)195º69.02%100%-
XYZ44.5755.47102.97-
YUV176.55172.2758.42-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 14.50%
GREEN value IS 211 (82.81% from 255) = 38.72%
BLUE value IS 255 (100% from 255) = 46.79%
R=14.50%
G=38.72%
B=46.79%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal792112550.690.170019510065.49
Hex4FD3FF451100c36441
Octal1173233771052100303144101
Binary10011111101001111111111100010110001001100001111001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4fd3ff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,211,255); }

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

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

 a { background-color: rgb(79,211,255); }

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

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

 span { border-color: rgb(79,211,255); }

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