#4fe2d4

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

Shades of Turquoise #4FE2D4

Tints of Turquoise #4FE2D4

Color information

#4FE2D4 (or 0x4FE2D4) is unknown color: approx Turquoise. HEX triplet: 4F, E2 and D4. RGB value is (79,226,212). Sum of RGB (Red+Green+Blue) = 79+226+212=517 (68% of max value = 765). Red value is 79 (31.25% from 255 or 15.28% from 517); Green value is 226 (88.67% from 255 or 43.71% from 517); Blue value is 212 (83.20% from 255 or 41.01% from 517); Max value from RGB is 226 - color contains mainly: green. Hex color #4FE2D4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FE2D4 is #B01D2B. Grayscale: #B4B4B4. Windows color (decimal): -11541804 or 13951567. OLE color: 13951567.

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

Color convert

RGB79226212-
CMYK0.6500.060.11
HSL174.29º71.71%59.8%-
HSV(B)174.29º65.04%88.63%-
XYZ42.360.8171.79-
YUV180.45145.855.64-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 15.28%
GREEN value IS 226 (88.67% from 255) = 43.71%
BLUE value IS 212 (83.20% from 255) = 41.01%
R=15.28%
G=43.71%
B=41.01%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal792262120.6500.060.11174.2971.7159.8
Hex4FE2D44106Bae483c
Octal117342324101061325611074
Binary10011111110001011010100100000101101011101011101001000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4fe2d4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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