Html Css Color HEX #4AFEE9 Turquoise

📋 copy color: '#4AFEE9'

red 74 ◦ green 254 ◦ blue 233

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

Shades of Turquoise #4AFEE9

Tints of Turquoise #4AFEE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 41.53%

R = 13.19%
G = 45.28%
B = 41.53%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.08

 K value IS 0.00

RGB Variations

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

Color information

#4AFEE9 (or 0x4AFEE9) is known color: Turquoise. HEX triplet: 4A, FE and E9. RGB value is (74,254,233). Sum of RGB (Red+Green+Blue) = 74+254+233=561 (74% of max value = 765). Red value is 74 (29.30% from 255 or 13.19% from 561); Green value is 254 (99.61% from 255 or 45.28% from 561); Blue value is 233 (91.41% from 255 or 41.53% from 561); Max value from RGB is 254 - color contains mainly: green. Hex color #4AFEE9 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4AFEE9 is #B50116. Grayscale: #C5C5C5. Windows color (decimal): -11862295 or 15334986. OLE color: 15334986.

HSL color Cylindrical-coordinate representation of color #4AFEE9: hue angle of 173º 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 #4AFEE9 is Cyan = 0.71, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.00.

Color convert

RGB 74 254 233 -
CMYK 0.71 0 0.08 0.00
HSL 173º 0.99% 0.64% -
HSV(B) 173º 0.71% 1% -
XYZ 52.97 78.22 89.4 -
YUV 197.79 147.87 39.71 -
System Red Green Blue C M Y K H S L
Decimal 74 254 233 0.71 0 0.08 0.00 173 0.99 0.64
Hex 4A FE E9 47 0 8 0 AD 63 40
Octal 112 376 351 107 0 10 0 255 143 100
Binary 1001010 11111110 11101001 1000111 0 1000 0 10101101 1100011 1000000

Color Harmonies of #4AFEE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AFEE9

Black with #4AFEE9

Text Example


Text Example

White with #4AFEE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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