Html Css Color HEX #4CFFAE Turquoise

📋 copy color: '#4CFFAE'

red 76 ◦ green 255 ◦ blue 174

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

Shades of Turquoise #4CFFAE

Tints of Turquoise #4CFFAE

RGB

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

 GREEN value IS 255 (100% from 255) = 50.5%

 BLUE value IS 174 (68.36% from 255) = 34.46%

R = 15.05%
G = 50.5%
B = 34.46%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.32

 K value IS 0

RGB Variations

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

Color information

#4CFFAE (or 0x4CFFAE) is known color: Turquoise. HEX triplet: 4C, FF and AE. RGB value is (76,255,174). Sum of RGB (Red+Green+Blue) = 76+255+174=505 (66% of max value = 765). Red value is 76 (30.08% from 255 or 15.05% from 505); Green value is 255 (100% from 255 or 50.50% from 505); Blue value is 174 (68.36% from 255 or 34.46% from 505); Max value from RGB is 255 - color contains mainly: green. Hex color #4CFFAE is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #4CFFAE is #B30051. Grayscale: #C0C0C0. Windows color (decimal): -11731026 or 11468620. OLE color: 11468620.

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

Color convert

RGB 76 255 174 -
CMYK 0.70 0 0.32 0
HSL 152.85º 1% 0.65% -
HSV(B) 152.85º 0.7% 1% -
XYZ 46.38 76.11 52.29 -
YUV 192.25 117.7 45.09 -
System Red Green Blue C M Y K H S L
Decimal 76 255 174 0.70 0 0.32 0 152.85 1 0.65
Hex 4C FF AE 46 0 20 0 99 64 41
Octal 114 377 256 106 0 40 0 231 144 101
Binary 1001100 11111111 10101110 1000110 0 100000 0 10011001 1100100 1000001

Color Harmonies of #4CFFAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CFFAE

Black with #4CFFAE

Text Example


Text Example

White with #4CFFAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,255,174); }

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

background-color css

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

 a { background-color: rgb(76,255,174); }

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

border-color css

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

 span { border-color: rgb(76,255,174); }

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