Html Css Color HEX #4AECBF Turquoise

📋 copy color: '#4AECBF'

red 74 ◦ green 236 ◦ blue 191

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

Shades of Turquoise #4AECBF

Tints of Turquoise #4AECBF

RGB

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

 GREEN value IS 236 (92.58% from 255) = 47.11%

 BLUE value IS 191 (75% from 255) = 38.12%

R = 14.77%
G = 47.11%
B = 38.12%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.19

 K value IS 0.07

RGB Variations

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

Color information

#4AECBF (or 0x4AECBF) is known color: Turquoise. HEX triplet: 4A, EC and BF. RGB value is (74,236,191). Sum of RGB (Red+Green+Blue) = 74+236+191=501 (66% of max value = 765). Red value is 74 (29.30% from 255 or 14.77% from 501); Green value is 236 (92.58% from 255 or 47.11% from 501); Blue value is 191 (75% from 255 or 38.12% from 501); Max value from RGB is 236 - color contains mainly: green. Hex color #4AECBF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4AECBF is #B51340. Grayscale: #B6B6B6. Windows color (decimal): -11866945 or 12577866. OLE color: 12577866.

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

Color convert

RGB 74 236 191 -
CMYK 0.69 0 0.19 0.07
HSL 163.33º 0.81% 0.61% -
HSV(B) 163.33º 0.69% 0.93% -
XYZ 42.22 65.21 59.65 -
YUV 182.43 132.83 50.66 -
System Red Green Blue C M Y K H S L
Decimal 74 236 191 0.69 0 0.19 0.07 163.33 0.81 0.61
Hex 4A EC BF 45 0 13 7 A3 51 3D
Octal 112 354 277 105 0 23 7 243 121 75
Binary 1001010 11101100 10111111 1000101 0 10011 111 10100011 1010001 111101

Color Harmonies of #4AECBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AECBF

Black with #4AECBF

Text Example


Text Example

White with #4AECBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,236,191); }

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

background-color css

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

 a { background-color: rgb(74,236,191); }

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

border-color css

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

 span { border-color: rgb(74,236,191); }

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