#4FF9D0

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

Shades of Turquoise #4FF9D0

Tints of Turquoise #4FF9D0

Color information

#4FF9D0 (or 0x4FF9D0) is unknown color: approx Turquoise. HEX triplet: 4F, F9 and D0. RGB value is (79,249,208). Sum of RGB (Red+Green+Blue) = 79+249+208=536 (70% of max value = 765). Red value is 79 (31.25% from 255 or 14.74% from 536); Green value is 249 (97.66% from 255 or 46.46% from 536); Blue value is 208 (81.64% from 255 or 38.81% from 536); Max value from RGB is 249 - color contains mainly: green. Hex color #4FF9D0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4FF9D0 is #B0062F. Grayscale: #C1C1C1. Windows color (decimal): -11535920 or 13695311. OLE color: 13695311.

HSL color Cylindrical-coordinate representation of color #4FF9D0: hue angle of 165.53º degrees, saturation: 0.93, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4FF9D0 is Cyan = 0.68, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.02.

Color convert

RGB79249208-
CMYK0.6800.160.02
HSL165.53º93.41%64.31%-
HSV(B)165.53º68.27%97.65%-
XYZ48.4973.9771.4-
YUV193.5136.1846.33-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 14.74%
GREEN value IS 249 (97.66% from 255) = 46.46%
BLUE value IS 208 (81.64% from 255) = 38.81%
R=14.74%
G=46.46%
B=38.81%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal792492080.6800.160.02165.5393.4164.31
Hex4FF9D0440102a65d40
Octal1173713201040202246135100
Binary100111111111001110100001000100010000101010011010111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FF9D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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