#4FF0BA

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

Shades of Turquoise #4FF0BA

Tints of Turquoise #4FF0BA

Color information

#4FF0BA (or 0x4FF0BA) is unknown color: approx Turquoise. HEX triplet: 4F, F0 and BA. RGB value is (79,240,186). Sum of RGB (Red+Green+Blue) = 79+240+186=505 (66% of max value = 765). Red value is 79 (31.25% from 255 or 15.64% from 505); Green value is 240 (94.14% from 255 or 47.52% from 505); Blue value is 186 (73.05% from 255 or 36.83% from 505); Max value from RGB is 240 - color contains mainly: green. Hex color #4FF0BA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4FF0BA is #B00F45. Grayscale: #B9B9B9. Windows color (decimal): -11538246 or 12251215. OLE color: 12251215.

HSL color Cylindrical-coordinate representation of color #4FF0BA: hue angle of 159.88º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4FF0BA is Cyan = 0.67, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.06.

Color convert

RGB79240186-
CMYK0.6700.220.06
HSL159.88º84.29%62.55%-
HSV(B)159.88º67.08%94.12%-
XYZ43.2567.5357.21-
YUV185.7128.1651.89-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 15.64%
GREEN value IS 240 (94.14% from 255) = 47.52%
BLUE value IS 186 (73.05% from 255) = 36.83%
R=15.64%
G=47.52%
B=36.83%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal792401860.6700.220.06159.8884.2962.55
Hex4FF0BA430166a0543f
Octal117360272103026624012477
Binary100111111110000101110101000011010110110101000001010100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FF0BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,240,186); }

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

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

 a { background-color: rgb(79,240,186); }

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

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

 span { border-color: rgb(79,240,186); }

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