Html Css Color HEX #4AF9BA Turquoise

📋 copy color: '#4AF9BA'

red 74 ◦ green 249 ◦ blue 186

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

Shades of Turquoise #4AF9BA

Tints of Turquoise #4AF9BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 36.54%

R = 14.54%
G = 48.92%
B = 36.54%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.25

 K value IS 0.02

RGB Variations

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

Color information

#4AF9BA (or 0x4AF9BA) is known color: Turquoise. HEX triplet: 4A, F9 and BA. RGB value is (74,249,186). Sum of RGB (Red+Green+Blue) = 74+249+186=509 (67% of max value = 765). Red value is 74 (29.30% from 255 or 14.54% from 509); Green value is 249 (97.66% from 255 or 48.92% from 509); Blue value is 186 (73.05% from 255 or 36.54% from 509); Max value from RGB is 249 - color contains mainly: green. Hex color #4AF9BA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4AF9BA is #B50645. Grayscale: #BDBDBD. Windows color (decimal): -11863622 or 12253514. OLE color: 12253514.

HSL color Cylindrical-coordinate representation of color #4AF9BA: hue angle of 158.4º 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 #4AF9BA is Cyan = 0.70, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.

Color convert

RGB 74 249 186 -
CMYK 0.70 0 0.25 0.02
HSL 158.4º 0.94% 0.63% -
HSV(B) 158.4º 0.7% 0.98% -
XYZ 45.56 72.75 58.1 -
YUV 189.49 126.02 45.62 -
System Red Green Blue C M Y K H S L
Decimal 74 249 186 0.70 0 0.25 0.02 158.4 0.94 0.63
Hex 4A F9 BA 46 0 19 2 9E 5E 3F
Octal 112 371 272 106 0 31 2 236 136 77
Binary 1001010 11111001 10111010 1000110 0 11001 10 10011110 1011110 111111

Color Harmonies of #4AF9BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AF9BA

Black with #4AF9BA

Text Example


Text Example

White with #4AF9BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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