Html Css Color HEX #4AECB2 Turquoise

📋 copy color: '#4AECB2'

red 74 ◦ green 236 ◦ blue 178

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

Shades of Turquoise #4AECB2

Tints of Turquoise #4AECB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 36.48%

R = 15.16%
G = 48.36%
B = 36.48%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.25

 K value IS 0.07

RGB Variations

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

Color information

#4AECB2 (or 0x4AECB2) is known color: Turquoise. HEX triplet: 4A, EC and B2. RGB value is (74,236,178). Sum of RGB (Red+Green+Blue) = 74+236+178=488 (64% of max value = 765). Red value is 74 (29.30% from 255 or 15.16% from 488); Green value is 236 (92.58% from 255 or 48.36% from 488); Blue value is 178 (69.92% from 255 or 36.48% from 488); Max value from RGB is 236 - color contains mainly: green. Hex color #4AECB2 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #4AECB2 is #B5134D. Grayscale: #B5B5B5. Windows color (decimal): -11866958 or 11725898. OLE color: 11725898.

HSL color Cylindrical-coordinate representation of color #4AECB2: hue angle of 158.52º 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 #4AECB2 is Cyan = 0.69, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.07.

Color convert

RGB 74 236 178 -
CMYK 0.69 0 0.25 0.07
HSL 158.52º 0.81% 0.61% -
HSV(B) 158.52º 0.69% 0.93% -
XYZ 40.86 64.66 52.45 -
YUV 180.95 126.33 51.72 -
System Red Green Blue C M Y K H S L
Decimal 74 236 178 0.69 0 0.25 0.07 158.52 0.81 0.61
Hex 4A EC B2 45 0 19 7 9F 51 3D
Octal 112 354 262 105 0 31 7 237 121 75
Binary 1001010 11101100 10110010 1000101 0 11001 111 10011111 1010001 111101

Color Harmonies of #4AECB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AECB2

Black with #4AECB2

Text Example


Text Example

White with #4AECB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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