Html Css Color HEX #4AEAC9 Turquoise

📋 copy color: '#4AEAC9'

red 74 ◦ green 234 ◦ blue 201

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

Shades of Turquoise #4AEAC9

Tints of Turquoise #4AEAC9

RGB

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

 GREEN value IS 234 (91.8% from 255) = 45.97%

 BLUE value IS 201 (78.91% from 255) = 39.49%

R = 14.54%
G = 45.97%
B = 39.49%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.14

 K value IS 0.08

RGB Variations

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

Color information

#4AEAC9 (or 0x4AEAC9) is known color: Turquoise. HEX triplet: 4A, EA and C9. RGB value is (74,234,201). Sum of RGB (Red+Green+Blue) = 74+234+201=509 (67% of max value = 765). Red value is 74 (29.30% from 255 or 14.54% from 509); Green value is 234 (91.80% from 255 or 45.97% from 509); Blue value is 201 (78.91% from 255 or 39.49% from 509); Max value from RGB is 234 - color contains mainly: green. Hex color #4AEAC9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4AEAC9 is #B51536. Grayscale: #B6B6B6. Windows color (decimal): -11867447 or 13232714. OLE color: 13232714.

HSL color Cylindrical-coordinate representation of color #4AEAC9: hue angle of 167.62º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4AEAC9 is Cyan = 0.68, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.08.

Color convert

RGB 74 234 201 -
CMYK 0.68 0 0.14 0.08
HSL 167.63º 0.79% 0.6% -
HSV(B) 167.63º 0.68% 0.92% -
XYZ 42.79 64.52 65.46 -
YUV 182.4 138.49 50.68 -
System Red Green Blue C M Y K H S L
Decimal 74 234 201 0.68 0 0.14 0.08 167.63 0.79 0.6
Hex 4A EA C9 44 0 E 8 A8 4F 3C
Octal 112 352 311 104 0 16 10 250 117 74
Binary 1001010 11101010 11001001 1000100 0 1110 1000 10101000 1001111 111100

Color Harmonies of #4AEAC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AEAC9

Black with #4AEAC9

Text Example


Text Example

White with #4AEAC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,234,201); }

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

background-color css

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

 a { background-color: rgb(74,234,201); }

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

border-color css

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

 span { border-color: rgb(74,234,201); }

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