#4FE4DC

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

Shades of Turquoise #4FE4DC

Tints of Turquoise #4FE4DC

Color information

#4FE4DC (or 0x4FE4DC) is unknown color: approx Turquoise. HEX triplet: 4F, E4 and DC. RGB value is (79,228,220). Sum of RGB (Red+Green+Blue) = 79+228+220=527 (69% of max value = 765). Red value is 79 (31.25% from 255 or 14.99% from 527); Green value is 228 (89.45% from 255 or 43.26% from 527); Blue value is 220 (86.33% from 255 or 41.75% from 527); Max value from RGB is 228 - color contains mainly: green. Hex color #4FE4DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FE4DC is #B01B23. Grayscale: #B6B6B6. Windows color (decimal): -11541284 or 14476367. OLE color: 14476367.

HSL color Cylindrical-coordinate representation of color #4FE4DC: hue angle of 176.78º degrees, saturation: 0.73, 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 #4FE4DC is Cyan = 0.65, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.11.

Color convert

RGB79228220-
CMYK0.6500.040.11
HSL176.78º73.4%60.2%-
HSV(B)176.78º65.35%89.41%-
XYZ43.8962.3277.43-
YUV182.54149.1454.15-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 14.99%
GREEN value IS 228 (89.45% from 255) = 43.26%
BLUE value IS 220 (86.33% from 255) = 41.75%
R=14.99%
G=43.26%
B=41.75%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal792282200.6500.040.11176.7873.460.2
Hex4FE4DC4104Bb1493c
Octal117344334101041326111174
Binary10011111110010011011100100000101001011101100011001001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FE4DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,228,220); }

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

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

 a { background-color: rgb(79,228,220); }

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

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

 span { border-color: rgb(79,228,220); }

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