Html Css Color HEX #4CFEAD Turquoise

📋 copy color: '#4CFEAD'

red 76 ◦ green 254 ◦ blue 173

#4CFEAD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turquoise #4CFEAD

Tints of Turquoise #4CFEAD

RGB

 RED value IS 76 (30.08% from 255) = 15.11%

 GREEN value IS 254 (99.61% from 255) = 50.5%

 BLUE value IS 173 (67.97% from 255) = 34.39%

R = 15.11%
G = 50.5%
B = 34.39%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.32

 K value IS 0.00

RGB Variations

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

Color information

#4CFEAD (or 0x4CFEAD) is known color: Turquoise. HEX triplet: 4C, FE and AD. RGB value is (76,254,173). Sum of RGB (Red+Green+Blue) = 76+254+173=503 (66% of max value = 765). Red value is 76 (30.08% from 255 or 15.11% from 503); Green value is 254 (99.61% from 255 or 50.50% from 503); Blue value is 173 (67.97% from 255 or 34.39% from 503); Max value from RGB is 254 - color contains mainly: green. Hex color #4CFEAD is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #4CFEAD is #B30152. Grayscale: #BFBFBF. Windows color (decimal): -11731283 or 11402828. OLE color: 11402828.

HSL color Cylindrical-coordinate representation of color #4CFEAD: hue angle of 152.7º 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 #4CFEAD is Cyan = 0.70, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.00.

Color convert

RGB 76 254 173 -
CMYK 0.70 0 0.32 0.00
HSL 152.7º 0.99% 0.65% -
HSV(B) 152.7º 0.7% 1% -
XYZ 45.97 75.44 51.67 -
YUV 191.54 117.53 45.59 -
System Red Green Blue C M Y K H S L
Decimal 76 254 173 0.70 0 0.32 0.00 152.7 0.99 0.65
Hex 4C FE AD 46 0 20 0 99 63 41
Octal 114 376 255 106 0 40 0 231 143 101
Binary 1001100 11111110 10101101 1000110 0 100000 0 10011001 1100011 1000001

Color Harmonies of #4CFEAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CFEAD

Black with #4CFEAD

Text Example


Text Example

White with #4CFEAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,254,173); }

 H1.HeaderClassName
 {
   color: #4CFEAD;
 }
 .AnyTagClassName
 {
   color: #4CFEAD;
 }
</style>

background-color css

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

 a { background-color: rgb(76,254,173); }

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

border-color css

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

 span { border-color: rgb(76,254,173); }

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