Html Css Color HEX #4AEDB1 Turquoise

📋 copy color: '#4AEDB1'

red 74 ◦ green 237 ◦ blue 177

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

Shades of Turquoise #4AEDB1

Tints of Turquoise #4AEDB1

RGB

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

 GREEN value IS 237 (92.97% from 255) = 48.57%

 BLUE value IS 177 (69.53% from 255) = 36.27%

R = 15.16%
G = 48.57%
B = 36.27%

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

#4AEDB1 (or 0x4AEDB1) is known color: Turquoise. HEX triplet: 4A, ED and B1. RGB value is (74,237,177). Sum of RGB (Red+Green+Blue) = 74+237+177=488 (64% of max value = 765). Red value is 74 (29.30% from 255 or 15.16% from 488); Green value is 237 (92.97% from 255 or 48.57% from 488); Blue value is 177 (69.53% from 255 or 36.27% from 488); Max value from RGB is 237 - color contains mainly: green. Hex color #4AEDB1 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #4AEDB1 is #B5124E. Grayscale: #B5B5B5. Windows color (decimal): -11866703 or 11660618. OLE color: 11660618.

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

Color convert

RGB 74 237 177 -
CMYK 0.69 0 0.25 0.07
HSL 157.91º 0.82% 0.61% -
HSV(B) 157.91º 0.69% 0.93% -
XYZ 41.04 65.2 52.02 -
YUV 181.42 125.5 51.38 -
System Red Green Blue C M Y K H S L
Decimal 74 237 177 0.69 0 0.25 0.07 157.91 0.82 0.61
Hex 4A ED B1 45 0 19 7 9E 52 3D
Octal 112 355 261 105 0 31 7 236 122 75
Binary 1001010 11101101 10110001 1000101 0 11001 111 10011110 1010010 111101

Color Harmonies of #4AEDB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AEDB1

Black with #4AEDB1

Text Example


Text Example

White with #4AEDB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,237,177); }

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

background-color css

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

 a { background-color: rgb(74,237,177); }

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

border-color css

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

 span { border-color: rgb(74,237,177); }

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