Html Css Color HEX #4AEDB9 Turquoise

📋 copy color: '#4AEDB9'

red 74 ◦ green 237 ◦ blue 185

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

Shades of Turquoise #4AEDB9

Tints of Turquoise #4AEDB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 37.3%

R = 14.92%
G = 47.78%
B = 37.3%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.22

 K value IS 0.07

RGB Variations

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

Color information

#4AEDB9 (or 0x4AEDB9) is known color: Turquoise. HEX triplet: 4A, ED and B9. RGB value is (74,237,185). Sum of RGB (Red+Green+Blue) = 74+237+185=496 (65% of max value = 765). Red value is 74 (29.30% from 255 or 14.92% from 496); Green value is 237 (92.97% from 255 or 47.78% from 496); Blue value is 185 (72.66% from 255 or 37.30% from 496); Max value from RGB is 237 - color contains mainly: green. Hex color #4AEDB9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4AEDB9 is #B51246. Grayscale: #B6B6B6. Windows color (decimal): -11866695 or 12184906. OLE color: 12184906.

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

Color convert

RGB 74 237 185 -
CMYK 0.69 0 0.22 0.07
HSL 160.86º 0.82% 0.61% -
HSV(B) 160.86º 0.69% 0.93% -
XYZ 41.87 65.53 56.34 -
YUV 182.34 129.5 50.73 -
System Red Green Blue C M Y K H S L
Decimal 74 237 185 0.69 0 0.22 0.07 160.86 0.82 0.61
Hex 4A ED B9 45 0 16 7 A1 52 3D
Octal 112 355 271 105 0 26 7 241 122 75
Binary 1001010 11101101 10111001 1000101 0 10110 111 10100001 1010010 111101

Color Harmonies of #4AEDB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AEDB9

Black with #4AEDB9

Text Example


Text Example

White with #4AEDB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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