Html Css Color HEX #4AE8BA Turquoise

📋 copy color: '#4AE8BA'

red 74 ◦ green 232 ◦ blue 186

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

Shades of Turquoise #4AE8BA

Tints of Turquoise #4AE8BA

RGB

 RED value IS 74 (29.3% from 255) = 15.04%

 GREEN value IS 232 (91.02% from 255) = 47.15%

 BLUE value IS 186 (73.05% from 255) = 37.8%

R = 15.04%
G = 47.15%
B = 37.8%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.20

 K value IS 0.09

RGB Variations

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

Color information

#4AE8BA (or 0x4AE8BA) is known color: Turquoise. HEX triplet: 4A, E8 and BA. RGB value is (74,232,186). Sum of RGB (Red+Green+Blue) = 74+232+186=492 (65% of max value = 765). Red value is 74 (29.30% from 255 or 15.04% from 492); Green value is 232 (91.02% from 255 or 47.15% from 492); Blue value is 186 (73.05% from 255 or 37.80% from 492); Max value from RGB is 232 - color contains mainly: green. Hex color #4AE8BA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4AE8BA is #B51745. Grayscale: #B3B3B3. Windows color (decimal): -11867974 or 12249162. OLE color: 12249162.

HSL color Cylindrical-coordinate representation of color #4AE8BA: hue angle of 162.53º degrees, saturation: 0.77, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4AE8BA is Cyan = 0.68, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.09.

Color convert

RGB 74 232 186 -
CMYK 0.68 0 0.20 0.09
HSL 162.53º 0.77% 0.6% -
HSV(B) 162.53º 0.68% 0.91% -
XYZ 40.54 62.71 56.42 -
YUV 179.51 131.65 52.74 -
System Red Green Blue C M Y K H S L
Decimal 74 232 186 0.68 0 0.20 0.09 162.53 0.77 0.6
Hex 4A E8 BA 44 0 14 9 A3 4D 3C
Octal 112 350 272 104 0 24 11 243 115 74
Binary 1001010 11101000 10111010 1000100 0 10100 1001 10100011 1001101 111100

Color Harmonies of #4AE8BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AE8BA

Black with #4AE8BA

Text Example


Text Example

White with #4AE8BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,232,186); }

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

background-color css

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

 a { background-color: rgb(74,232,186); }

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

border-color css

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

 span { border-color: rgb(74,232,186); }

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