Html Css Color HEX #4AECB6 Turquoise

📋 copy color: '#4AECB6'

red 74 ◦ green 236 ◦ blue 182

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

Shades of Turquoise #4AECB6

Tints of Turquoise #4AECB6

RGB

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

 GREEN value IS 236 (92.58% from 255) = 47.97%

 BLUE value IS 182 (71.48% from 255) = 36.99%

R = 15.04%
G = 47.97%
B = 36.99%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.23

 K value IS 0.07

RGB Variations

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

Color information

#4AECB6 (or 0x4AECB6) is known color: Turquoise. HEX triplet: 4A, EC and B6. RGB value is (74,236,182). Sum of RGB (Red+Green+Blue) = 74+236+182=492 (65% of max value = 765). Red value is 74 (29.30% from 255 or 15.04% from 492); Green value is 236 (92.58% from 255 or 47.97% from 492); Blue value is 182 (71.48% from 255 or 36.99% from 492); Max value from RGB is 236 - color contains mainly: green. Hex color #4AECB6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4AECB6 is #B51349. Grayscale: #B5B5B5. Windows color (decimal): -11866954 or 11988042. OLE color: 11988042.

HSL color Cylindrical-coordinate representation of color #4AECB6: hue angle of 160º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4AECB6 is Cyan = 0.69, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.07.

Color convert

RGB 74 236 182 -
CMYK 0.69 0 0.23 0.07
HSL 160º 0.81% 0.61% -
HSV(B) 160º 0.69% 0.93% -
XYZ 41.26 64.82 54.59 -
YUV 181.41 128.33 51.39 -
System Red Green Blue C M Y K H S L
Decimal 74 236 182 0.69 0 0.23 0.07 160 0.81 0.61
Hex 4A EC B6 45 0 17 7 A0 51 3D
Octal 112 354 266 105 0 27 7 240 121 75
Binary 1001010 11101100 10110110 1000101 0 10111 111 10100000 1010001 111101

Color Harmonies of #4AECB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AECB6

Black with #4AECB6

Text Example


Text Example

White with #4AECB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,236,182); }

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

background-color css

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

 a { background-color: rgb(74,236,182); }

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

border-color css

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

 span { border-color: rgb(74,236,182); }

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