#4FD0F1

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

Shades of Turquoise Blue #4FD0F1

Tints of Turquoise Blue #4FD0F1

Color information

#4FD0F1 (or 0x4FD0F1) is unknown color: approx Turquoise Blue. HEX triplet: 4F, D0 and F1. RGB value is (79,208,241). Sum of RGB (Red+Green+Blue) = 79+208+241=528 (69% of max value = 765). Red value is 79 (31.25% from 255 or 14.96% from 528); Green value is 208 (81.64% from 255 or 39.39% from 528); Blue value is 241 (94.53% from 255 or 45.64% from 528); Max value from RGB is 241 - color contains mainly: blue. Hex color #4FD0F1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4FD0F1 is #B02F0E. Grayscale: #ACACAC. Windows color (decimal): -11546383 or 15847503. OLE color: 15847503.

HSL color Cylindrical-coordinate representation of color #4FD0F1: hue angle of 192.22º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4FD0F1 is Cyan = 0.67, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB79208241-
CMYK0.670.1400.05
HSL192.22º85.26%62.75%-
HSV(B)192.22º67.22%94.51%-
XYZ41.6653.1291.28-
YUV173.19166.2660.82-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 14.96%
GREEN value IS 208 (81.64% from 255) = 39.39%
BLUE value IS 241 (94.53% from 255) = 45.64%
R=14.96%
G=39.39%
B=45.64%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal792082410.670.1400.05192.2285.2662.75
Hex4FD0F143E05c0553f
Octal117320361103160530012577
Binary10011111101000011110001100001111100101110000001010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FD0F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,208,241); }

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

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

 a { background-color: rgb(79,208,241); }

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

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

 span { border-color: rgb(79,208,241); }

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