Html Css Color HEX #4AE2BB Turquoise

📋 copy color: '#4AE2BB'

red 74 ◦ green 226 ◦ blue 187

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

Shades of Turquoise #4AE2BB

Tints of Turquoise #4AE2BB

RGB

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

 GREEN value IS 226 (88.67% from 255) = 46.41%

 BLUE value IS 187 (73.44% from 255) = 38.4%

R = 15.2%
G = 46.41%
B = 38.4%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.17

 K value IS 0.11

RGB Variations

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

Color information

#4AE2BB (or 0x4AE2BB) is known color: Turquoise. HEX triplet: 4A, E2 and BB. RGB value is (74,226,187). Sum of RGB (Red+Green+Blue) = 74+226+187=487 (64% of max value = 765). Red value is 74 (29.30% from 255 or 15.20% from 487); Green value is 226 (88.67% from 255 or 46.41% from 487); Blue value is 187 (73.44% from 255 or 38.40% from 487); Max value from RGB is 226 - color contains mainly: green. Hex color #4AE2BB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4AE2BB is #B51D44. Grayscale: #B0B0B0. Windows color (decimal): -11869509 or 12313162. OLE color: 12313162.

HSL color Cylindrical-coordinate representation of color #4AE2BB: hue angle of 164.61º degrees, saturation: 0.72, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4AE2BB is Cyan = 0.67, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.11.

Color convert

RGB 74 226 187 -
CMYK 0.67 0 0.17 0.11
HSL 164.61º 0.72% 0.59% -
HSV(B) 164.61º 0.67% 0.89% -
XYZ 38.99 59.44 56.43 -
YUV 176.11 134.14 55.17 -
System Red Green Blue C M Y K H S L
Decimal 74 226 187 0.67 0 0.17 0.11 164.61 0.72 0.59
Hex 4A E2 BB 43 0 11 B A5 48 3B
Octal 112 342 273 103 0 21 13 245 110 73
Binary 1001010 11100010 10111011 1000011 0 10001 1011 10100101 1001000 111011

Color Harmonies of #4AE2BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AE2BB

Black with #4AE2BB

Text Example


Text Example

White with #4AE2BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,226,187); }

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

background-color css

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

 a { background-color: rgb(74,226,187); }

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

border-color css

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

 span { border-color: rgb(74,226,187); }

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