Html Css Color HEX #4AEEBA Turquoise

📋 copy color: '#4AEEBA'

red 74 ◦ green 238 ◦ blue 186

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

Shades of Turquoise #4AEEBA

Tints of Turquoise #4AEEBA

RGB

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

 GREEN value IS 238 (93.36% from 255) = 47.79%

 BLUE value IS 186 (73.05% from 255) = 37.35%

R = 14.86%
G = 47.79%
B = 37.35%

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

#4AEEBA (or 0x4AEEBA) is known color: Turquoise. HEX triplet: 4A, EE and BA. RGB value is (74,238,186). Sum of RGB (Red+Green+Blue) = 74+238+186=498 (65% of max value = 765). Red value is 74 (29.30% from 255 or 14.86% from 498); Green value is 238 (93.36% from 255 or 47.79% from 498); Blue value is 186 (73.05% from 255 or 37.35% from 498); Max value from RGB is 238 - color contains mainly: green. Hex color #4AEEBA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4AEEBA is #B51145. Grayscale: #B7B7B7. Windows color (decimal): -11866438 or 12250698. OLE color: 12250698.

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

Color convert

RGB 74 238 186 -
CMYK 0.69 0 0.22 0.07
HSL 160.98º 0.83% 0.61% -
HSV(B) 160.98º 0.69% 0.93% -
XYZ 42.26 66.15 57 -
YUV 183.04 129.67 50.23 -
System Red Green Blue C M Y K H S L
Decimal 74 238 186 0.69 0 0.22 0.07 160.98 0.83 0.61
Hex 4A EE BA 45 0 16 7 A1 53 3D
Octal 112 356 272 105 0 26 7 241 123 75
Binary 1001010 11101110 10111010 1000101 0 10110 111 10100001 1010011 111101

Color Harmonies of #4AEEBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AEEBA

Black with #4AEEBA

Text Example


Text Example

White with #4AEEBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,238,186); }

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

background-color css

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

 a { background-color: rgb(74,238,186); }

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

border-color css

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

 span { border-color: rgb(74,238,186); }

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