#4FF0D5

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

Shades of Turquoise #4FF0D5

Tints of Turquoise #4FF0D5

Color information

#4FF0D5 (or 0x4FF0D5) is unknown color: approx Turquoise. HEX triplet: 4F, F0 and D5. RGB value is (79,240,213). Sum of RGB (Red+Green+Blue) = 79+240+213=532 (70% of max value = 765). Red value is 79 (31.25% from 255 or 14.85% from 532); Green value is 240 (94.14% from 255 or 45.11% from 532); Blue value is 213 (83.59% from 255 or 40.04% from 532); Max value from RGB is 240 - color contains mainly: green. Hex color #4FF0D5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4FF0D5 is #B00F2A. Grayscale: #BCBCBC. Windows color (decimal): -11538219 or 14020687. OLE color: 14020687.

HSL color Cylindrical-coordinate representation of color #4FF0D5: hue angle of 169.94º 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 #4FF0D5 is Cyan = 0.67, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.06.

Color convert

RGB79240213-
CMYK0.6700.110.06
HSL169.94º84.29%62.55%-
HSV(B)169.94º67.08%94.12%-
XYZ46.3968.7973.78-
YUV188.78141.6649.7-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 14.85%
GREEN value IS 240 (94.14% from 255) = 45.11%
BLUE value IS 213 (83.59% from 255) = 40.04%
R=14.85%
G=45.11%
B=40.04%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal792402130.6700.110.06169.9484.2962.55
Hex4FF0D5430B6aa543f
Octal117360325103013625212477
Binary10011111111000011010101100001101011110101010101010100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FF0D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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