Html Css Color HEX #4AEFC9 Turquoise

📋 copy color: '#4AEFC9'

red 74 ◦ green 239 ◦ blue 201

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

Shades of Turquoise #4AEFC9

Tints of Turquoise #4AEFC9

RGB

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

 GREEN value IS 239 (93.75% from 255) = 46.5%

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

R = 14.4%
G = 46.5%
B = 39.11%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.16

 K value IS 0.06

RGB Variations

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

Color information

#4AEFC9 (or 0x4AEFC9) is known color: Turquoise. HEX triplet: 4A, EF and C9. RGB value is (74,239,201). Sum of RGB (Red+Green+Blue) = 74+239+201=514 (68% of max value = 765). Red value is 74 (29.30% from 255 or 14.40% from 514); Green value is 239 (93.75% from 255 or 46.50% from 514); Blue value is 201 (78.91% from 255 or 39.11% from 514); Max value from RGB is 239 - color contains mainly: green. Hex color #4AEFC9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4AEFC9 is #B51036. Grayscale: #B9B9B9. Windows color (decimal): -11866167 or 13233994. OLE color: 13233994.

HSL color Cylindrical-coordinate representation of color #4AEFC9: hue angle of 166.18º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4AEFC9 is Cyan = 0.69, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.06.

Color convert

RGB 74 239 201 -
CMYK 0.69 0 0.16 0.06
HSL 166.18º 0.84% 0.61% -
HSV(B) 166.18º 0.69% 0.94% -
XYZ 44.23 67.41 65.94 -
YUV 185.33 136.84 48.59 -
System Red Green Blue C M Y K H S L
Decimal 74 239 201 0.69 0 0.16 0.06 166.18 0.84 0.61
Hex 4A EF C9 45 0 10 6 A6 54 3D
Octal 112 357 311 105 0 20 6 246 124 75
Binary 1001010 11101111 11001001 1000101 0 10000 110 10100110 1010100 111101

Color Harmonies of #4AEFC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AEFC9

Black with #4AEFC9

Text Example


Text Example

White with #4AEFC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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