#4fe0d4

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

Shades of Turquoise #4FE0D4

Tints of Turquoise #4FE0D4

Color information

#4FE0D4 (or 0x4FE0D4) is unknown color: approx Turquoise. HEX triplet: 4F, E0 and D4. RGB value is (79,224,212). Sum of RGB (Red+Green+Blue) = 79+224+212=515 (68% of max value = 765). Red value is 79 (31.25% from 255 or 15.34% from 515); Green value is 224 (87.89% from 255 or 43.50% from 515); Blue value is 212 (83.20% from 255 or 41.17% from 515); Max value from RGB is 224 - color contains mainly: green. Hex color #4FE0D4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FE0D4 is #B01F2B. Grayscale: #B3B3B3. Windows color (decimal): -11542316 or 13951055. OLE color: 13951055.

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

Color convert

RGB79224212-
CMYK0.6500.050.12
HSL175.03º70.05%59.41%-
HSV(B)175.03º64.73%87.84%-
XYZ41.7659.7371.61-
YUV179.28146.4656.48-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 15.34%
GREEN value IS 224 (87.89% from 255) = 43.50%
BLUE value IS 212 (83.20% from 255) = 41.17%
R=15.34%
G=43.50%
B=41.17%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal792242120.6500.050.12175.0370.0559.41
Hex4FE0D44105Caf463b
Octal117340324101051425710673
Binary10011111110000011010100100000101011100101011111000110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4fe0d4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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