Html Css Color HEX #4AEBB8 Turquoise

📋 copy color: '#4AEBB8'

red 74 ◦ green 235 ◦ blue 184

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

Shades of Turquoise #4AEBB8

Tints of Turquoise #4AEBB8

RGB

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

 GREEN value IS 235 (92.19% from 255) = 47.67%

 BLUE value IS 184 (72.27% from 255) = 37.32%

R = 15.01%
G = 47.67%
B = 37.32%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.22

 K value IS 0.08

RGB Variations

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

Color information

#4AEBB8 (or 0x4AEBB8) is known color: Turquoise. HEX triplet: 4A, EB and B8. RGB value is (74,235,184). Sum of RGB (Red+Green+Blue) = 74+235+184=493 (65% of max value = 765). Red value is 74 (29.30% from 255 or 15.01% from 493); Green value is 235 (92.19% from 255 or 47.67% from 493); Blue value is 184 (72.27% from 255 or 37.32% from 493); Max value from RGB is 235 - color contains mainly: green. Hex color #4AEBB8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4AEBB8 is #B51447. Grayscale: #B5B5B5. Windows color (decimal): -11867208 or 12118858. OLE color: 12118858.

HSL color Cylindrical-coordinate representation of color #4AEBB8: hue angle of 160.99º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4AEBB8 is Cyan = 0.69, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.08.

Color convert

RGB 74 235 184 -
CMYK 0.69 0 0.22 0.08
HSL 160.99º 0.8% 0.61% -
HSV(B) 160.99º 0.69% 0.92% -
XYZ 41.18 64.33 55.59 -
YUV 181.05 129.66 51.65 -
System Red Green Blue C M Y K H S L
Decimal 74 235 184 0.69 0 0.22 0.08 160.99 0.8 0.61
Hex 4A EB B8 45 0 16 8 A1 50 3D
Octal 112 353 270 105 0 26 10 241 120 75
Binary 1001010 11101011 10111000 1000101 0 10110 1000 10100001 1010000 111101

Color Harmonies of #4AEBB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AEBB8

Black with #4AEBB8

Text Example


Text Example

White with #4AEBB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,235,184); }

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

background-color css

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

 a { background-color: rgb(74,235,184); }

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

border-color css

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

 span { border-color: rgb(74,235,184); }

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