Html Css Color HEX #4AEDB2 Turquoise

📋 copy color: '#4AEDB2'

red 74 ◦ green 237 ◦ blue 178

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

Shades of Turquoise #4AEDB2

Tints of Turquoise #4AEDB2

RGB

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

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

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

R = 15.13%
G = 48.47%
B = 36.4%

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

#4AEDB2 (or 0x4AEDB2) is known color: Turquoise. HEX triplet: 4A, ED and B2. RGB value is (74,237,178). Sum of RGB (Red+Green+Blue) = 74+237+178=489 (64% of max value = 765). Red value is 74 (29.30% from 255 or 15.13% from 489); Green value is 237 (92.97% from 255 or 48.47% from 489); Blue value is 178 (69.92% from 255 or 36.40% from 489); Max value from RGB is 237 - color contains mainly: green. Hex color #4AEDB2 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #4AEDB2 is #B5124D. Grayscale: #B5B5B5. Windows color (decimal): -11866702 or 11726154. OLE color: 11726154.

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

Color convert

RGB 74 237 178 -
CMYK 0.69 0 0.25 0.07
HSL 158.28º 0.82% 0.61% -
HSV(B) 158.28º 0.69% 0.93% -
XYZ 41.14 65.24 52.54 -
YUV 181.54 126 51.3 -
System Red Green Blue C M Y K H S L
Decimal 74 237 178 0.69 0 0.25 0.07 158.28 0.82 0.61
Hex 4A ED B2 45 0 19 7 9E 52 3D
Octal 112 355 262 105 0 31 7 236 122 75
Binary 1001010 11101101 10110010 1000101 0 11001 111 10011110 1010010 111101

Color Harmonies of #4AEDB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AEDB2

Black with #4AEDB2

Text Example


Text Example

White with #4AEDB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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