Html Css Color HEX #4AFEEA Turquoise

📋 copy color: '#4AFEEA'

red 74 ◦ green 254 ◦ blue 234

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

Shades of Turquoise #4AFEEA

Tints of Turquoise #4AFEEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 41.64%

R = 13.17%
G = 45.2%
B = 41.64%

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

#4AFEEA (or 0x4AFEEA) is known color: Turquoise. HEX triplet: 4A, FE and EA. RGB value is (74,254,234). Sum of RGB (Red+Green+Blue) = 74+254+234=562 (74% of max value = 765). Red value is 74 (29.30% from 255 or 13.17% from 562); Green value is 254 (99.61% from 255 or 45.20% from 562); Blue value is 234 (91.80% from 255 or 41.64% from 562); Max value from RGB is 254 - color contains mainly: green. Hex color #4AFEEA is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4AFEEA is #B50115. Grayscale: #C5C5C5. Windows color (decimal): -11862294 or 15400522. OLE color: 15400522.

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

Color convert

RGB 74 254 234 -
CMYK 0.71 0 0.08 0.00
HSL 173.33º 0.99% 0.64% -
HSV(B) 173.33º 0.71% 1% -
XYZ 53.12 78.28 90.15 -
YUV 197.9 148.37 39.63 -
System Red Green Blue C M Y K H S L
Decimal 74 254 234 0.71 0 0.08 0.00 173.33 0.99 0.64
Hex 4A FE EA 47 0 8 0 AD 63 40
Octal 112 376 352 107 0 10 0 255 143 100
Binary 1001010 11111110 11101010 1000111 0 1000 0 10101101 1100011 1000000

Color Harmonies of #4AFEEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AFEEA

Black with #4AFEEA

Text Example


Text Example

White with #4AFEEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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