#4DFECA

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

Shades of Turquoise #4DFECA

Tints of Turquoise #4DFECA

Color information

#4DFECA (or 0x4DFECA) is unknown color: approx Turquoise. HEX triplet: 4D, FE and CA. RGB value is (77,254,202). Sum of RGB (Red+Green+Blue) = 77+254+202=533 (70% of max value = 765). Red value is 77 (30.47% from 255 or 14.45% from 533); Green value is 254 (99.61% from 255 or 47.65% from 533); Blue value is 202 (79.30% from 255 or 37.90% from 533); Max value from RGB is 254 - color contains mainly: green. Hex color #4DFECA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4DFECA is #B20135. Grayscale: #C3C3C3. Windows color (decimal): -11665718 or 13303373. OLE color: 13303373.

HSL color Cylindrical-coordinate representation of color #4DFECA: hue angle of 162.37º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4DFECA is Cyan = 0.70, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.00.

Color convert

RGB77254202-
CMYK0.7000.200.00
HSL162.37º98.88%64.9%-
HSV(B)162.37º69.69%99.61%-
XYZ49.1676.7368.1-
YUV195.15131.8643.73-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 14.45%
GREEN value IS 254 (99.61% from 255) = 47.65%
BLUE value IS 202 (79.30% from 255) = 37.90%
R=14.45%
G=47.65%
B=37.90%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal772542020.7000.200.00162.3798.8864.9
Hex4DFECA460140a26341
Octal1153763121060240242143101
Binary10011011111111011001010100011001010001010001011000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DFECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,254,202); }

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

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

 a { background-color: rgb(77,254,202); }

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

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

 span { border-color: rgb(77,254,202); }

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