Html Css Color HEX #4AFEE0 Turquoise

📋 copy color: '#4AFEE0'

red 74 ◦ green 254 ◦ blue 224

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

Shades of Turquoise #4AFEE0

Tints of Turquoise #4AFEE0

RGB

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

 GREEN value IS 254 (99.61% from 255) = 46.01%

 BLUE value IS 224 (87.89% from 255) = 40.58%

R = 13.41%
G = 46.01%
B = 40.58%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.12

 K value IS 0.00

RGB Variations

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

Color information

#4AFEE0 (or 0x4AFEE0) is known color: Turquoise. HEX triplet: 4A, FE and E0. RGB value is (74,254,224). Sum of RGB (Red+Green+Blue) = 74+254+224=552 (73% of max value = 765). Red value is 74 (29.30% from 255 or 13.41% from 552); Green value is 254 (99.61% from 255 or 46.01% from 552); Blue value is 224 (87.89% from 255 or 40.58% from 552); Max value from RGB is 254 - color contains mainly: green. Hex color #4AFEE0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4AFEE0 is #B5011F. Grayscale: #C4C4C4. Windows color (decimal): -11862304 or 14745162. OLE color: 14745162.

HSL color Cylindrical-coordinate representation of color #4AFEE0: hue angle of 170º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4AFEE0 is Cyan = 0.71, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.00.

Color convert

RGB 74 254 224 -
CMYK 0.71 0 0.12 0.00
HSL 170º 0.99% 0.64% -
HSV(B) 170º 0.71% 1% -
XYZ 51.72 77.72 82.8 -
YUV 196.76 143.37 40.44 -
System Red Green Blue C M Y K H S L
Decimal 74 254 224 0.71 0 0.12 0.00 170 0.99 0.64
Hex 4A FE E0 47 0 C 0 AA 63 40
Octal 112 376 340 107 0 14 0 252 143 100
Binary 1001010 11111110 11100000 1000111 0 1100 0 10101010 1100011 1000000

Color Harmonies of #4AFEE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AFEE0

Black with #4AFEE0

Text Example


Text Example

White with #4AFEE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,254,224); }

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

background-color css

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

 a { background-color: rgb(74,254,224); }

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

border-color css

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

 span { border-color: rgb(74,254,224); }

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