Html Css Color HEX #4AEDB5 Turquoise

📋 copy color: '#4AEDB5'

red 74 ◦ green 237 ◦ blue 181

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

Shades of Turquoise #4AEDB5

Tints of Turquoise #4AEDB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 36.79%

R = 15.04%
G = 48.17%
B = 36.79%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.24

 K value IS 0.07

RGB Variations

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

Color information

#4AEDB5 (or 0x4AEDB5) is known color: Turquoise. HEX triplet: 4A, ED and B5. RGB value is (74,237,181). Sum of RGB (Red+Green+Blue) = 74+237+181=492 (65% of max value = 765). Red value is 74 (29.30% from 255 or 15.04% from 492); Green value is 237 (92.97% from 255 or 48.17% from 492); Blue value is 181 (71.09% from 255 or 36.79% from 492); Max value from RGB is 237 - color contains mainly: green. Hex color #4AEDB5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4AEDB5 is #B5124A. Grayscale: #B5B5B5. Windows color (decimal): -11866699 or 11922762. OLE color: 11922762.

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

Color convert

RGB 74 237 181 -
CMYK 0.69 0 0.24 0.07
HSL 159.39º 0.82% 0.61% -
HSV(B) 159.39º 0.69% 0.93% -
XYZ 41.45 65.36 54.15 -
YUV 181.88 127.5 51.05 -
System Red Green Blue C M Y K H S L
Decimal 74 237 181 0.69 0 0.24 0.07 159.39 0.82 0.61
Hex 4A ED B5 45 0 18 7 9F 52 3D
Octal 112 355 265 105 0 30 7 237 122 75
Binary 1001010 11101101 10110101 1000101 0 11000 111 10011111 1010010 111101

Color Harmonies of #4AEDB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AEDB5

Black with #4AEDB5

Text Example


Text Example

White with #4AEDB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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