Html Css Color HEX #4AF9EA Turquoise

📋 copy color: '#4AF9EA'

red 74 ◦ green 249 ◦ blue 234

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

Shades of Turquoise #4AF9EA

Tints of Turquoise #4AF9EA

RGB

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

 GREEN value IS 249 (97.66% from 255) = 44.7%

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

R = 13.29%
G = 44.7%
B = 42.01%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.06

 K value IS 0.02

RGB Variations

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

Color information

#4AF9EA (or 0x4AF9EA) is known color: Turquoise. HEX triplet: 4A, F9 and EA. RGB value is (74,249,234). Sum of RGB (Red+Green+Blue) = 74+249+234=557 (73% of max value = 765). Red value is 74 (29.30% from 255 or 13.29% from 557); Green value is 249 (97.66% from 255 or 44.70% from 557); Blue value is 234 (91.80% from 255 or 42.01% from 557); Max value from RGB is 249 - color contains mainly: green. Hex color #4AF9EA is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4AF9EA is #B50615. Grayscale: #C2C2C2. Windows color (decimal): -11863574 or 15399242. OLE color: 15399242.

HSL color Cylindrical-coordinate representation of color #4AF9EA: hue angle of 174.86º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4AF9EA is Cyan = 0.70, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB 74 249 234 -
CMYK 0.70 0 0.06 0.02
HSL 174.86º 0.94% 0.63% -
HSV(B) 174.86º 0.7% 0.98% -
XYZ 51.55 75.15 89.63 -
YUV 194.97 150.02 41.72 -
System Red Green Blue C M Y K H S L
Decimal 74 249 234 0.70 0 0.06 0.02 174.86 0.94 0.63
Hex 4A F9 EA 46 0 6 2 AF 5E 3F
Octal 112 371 352 106 0 6 2 257 136 77
Binary 1001010 11111001 11101010 1000110 0 110 10 10101111 1011110 111111

Color Harmonies of #4AF9EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AF9EA

Black with #4AF9EA

Text Example


Text Example

White with #4AF9EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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