#4FF3BA

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

Shades of Turquoise #4FF3BA

Tints of Turquoise #4FF3BA

Color information

#4FF3BA (or 0x4FF3BA) is unknown color: approx Turquoise. HEX triplet: 4F, F3 and BA. RGB value is (79,243,186). Sum of RGB (Red+Green+Blue) = 79+243+186=508 (67% of max value = 765). Red value is 79 (31.25% from 255 or 15.55% from 508); Green value is 243 (95.31% from 255 or 47.83% from 508); Blue value is 186 (73.05% from 255 or 36.61% from 508); Max value from RGB is 243 - color contains mainly: green. Hex color #4FF3BA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4FF3BA is #B00C45. Grayscale: #BBBBBB. Windows color (decimal): -11537478 or 12251983. OLE color: 12251983.

HSL color Cylindrical-coordinate representation of color #4FF3BA: hue angle of 159.15º degrees, saturation: 0.87, 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 #4FF3BA is Cyan = 0.67, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.

Color convert

RGB79243186-
CMYK0.6700.230.05
HSL159.15º87.23%63.14%-
HSV(B)159.15º67.49%95.29%-
XYZ44.1469.3157.51-
YUV187.47127.1750.63-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 15.55%
GREEN value IS 243 (95.31% from 255) = 47.83%
BLUE value IS 186 (73.05% from 255) = 36.61%
R=15.55%
G=47.83%
B=36.61%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal792431860.6700.230.05159.1587.2363.14
Hex4FF3BA4301759f573f
Octal117363272103027523712777
Binary100111111110011101110101000011010111101100111111010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FF3BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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