#4FE1D4

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

Shades of Turquoise #4FE1D4

Tints of Turquoise #4FE1D4

Color information

#4FE1D4 (or 0x4FE1D4) is unknown color: approx Turquoise. HEX triplet: 4F, E1 and D4. RGB value is (79,225,212). Sum of RGB (Red+Green+Blue) = 79+225+212=516 (68% of max value = 765). Red value is 79 (31.25% from 255 or 15.31% from 516); Green value is 225 (88.28% from 255 or 43.60% from 516); Blue value is 212 (83.20% from 255 or 41.09% from 516); Max value from RGB is 225 - color contains mainly: green. Hex color #4FE1D4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FE1D4 is #B01E2B. Grayscale: #B3B3B3. Windows color (decimal): -11542060 or 13951311. OLE color: 13951311.

HSL color Cylindrical-coordinate representation of color #4FE1D4: hue angle of 174.66º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4FE1D4 is Cyan = 0.65, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.12.

Color convert

RGB79225212-
CMYK0.6500.060.12
HSL174.66º70.87%59.61%-
HSV(B)174.66º64.89%88.24%-
XYZ42.0360.2771.7-
YUV179.86146.1356.06-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 15.31%
GREEN value IS 225 (88.28% from 255) = 43.60%
BLUE value IS 212 (83.20% from 255) = 41.09%
R=15.31%
G=43.60%
B=41.09%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal792252120.6500.060.12174.6670.8759.61
Hex4FE1D44106Caf473c
Octal117341324101061425710774
Binary10011111110000111010100100000101101100101011111000111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FE1D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,225,212); }

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

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

 a { background-color: rgb(79,225,212); }

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

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

 span { border-color: rgb(79,225,212); }

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