Html Css Color HEX #4AEBBA Turquoise

📋 copy color: '#4AEBBA'

red 74 ◦ green 235 ◦ blue 186

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

Shades of Turquoise #4AEBBA

Tints of Turquoise #4AEBBA

RGB

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

 GREEN value IS 235 (92.19% from 255) = 47.47%

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

R = 14.95%
G = 47.47%
B = 37.58%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.21

 K value IS 0.08

RGB Variations

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

Color information

#4AEBBA (or 0x4AEBBA) is known color: Turquoise. HEX triplet: 4A, EB and BA. RGB value is (74,235,186). Sum of RGB (Red+Green+Blue) = 74+235+186=495 (65% of max value = 765). Red value is 74 (29.30% from 255 or 14.95% from 495); Green value is 235 (92.19% from 255 or 47.47% from 495); Blue value is 186 (73.05% from 255 or 37.58% from 495); Max value from RGB is 235 - color contains mainly: green. Hex color #4AEBBA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4AEBBA is #B51445. Grayscale: #B5B5B5. Windows color (decimal): -11867206 or 12249930. OLE color: 12249930.

HSL color Cylindrical-coordinate representation of color #4AEBBA: hue angle of 161.74º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4AEBBA is Cyan = 0.69, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.08.

Color convert

RGB 74 235 186 -
CMYK 0.69 0 0.21 0.08
HSL 161.74º 0.8% 0.61% -
HSV(B) 161.74º 0.69% 0.92% -
XYZ 41.4 64.42 56.71 -
YUV 181.28 130.66 51.48 -
System Red Green Blue C M Y K H S L
Decimal 74 235 186 0.69 0 0.21 0.08 161.74 0.8 0.61
Hex 4A EB BA 45 0 15 8 A2 50 3D
Octal 112 353 272 105 0 25 10 242 120 75
Binary 1001010 11101011 10111010 1000101 0 10101 1000 10100010 1010000 111101

Color Harmonies of #4AEBBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AEBBA

Black with #4AEBBA

Text Example


Text Example

White with #4AEBBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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