Html Css Color HEX #4AF9BB Turquoise

📋 copy color: '#4AF9BB'

red 74 ◦ green 249 ◦ blue 187

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

Shades of Turquoise #4AF9BB

Tints of Turquoise #4AF9BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 36.67%

R = 14.51%
G = 48.82%
B = 36.67%

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

#4AF9BB (or 0x4AF9BB) is known color: Turquoise. HEX triplet: 4A, F9 and BB. RGB value is (74,249,187). Sum of RGB (Red+Green+Blue) = 74+249+187=510 (67% of max value = 765). Red value is 74 (29.30% from 255 or 14.51% from 510); Green value is 249 (97.66% from 255 or 48.82% from 510); Blue value is 187 (73.44% from 255 or 36.67% from 510); Max value from RGB is 249 - color contains mainly: green. Hex color #4AF9BB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4AF9BB is #B50644. Grayscale: #BDBDBD. Windows color (decimal): -11863621 or 12319050. OLE color: 12319050.

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

Color convert

RGB 74 249 187 -
CMYK 0.70 0 0.25 0.02
HSL 158.74º 0.94% 0.63% -
HSV(B) 158.74º 0.7% 0.98% -
XYZ 45.67 72.8 58.66 -
YUV 189.61 126.52 45.54 -
System Red Green Blue C M Y K H S L
Decimal 74 249 187 0.70 0 0.25 0.02 158.74 0.94 0.63
Hex 4A F9 BB 46 0 19 2 9F 5E 3F
Octal 112 371 273 106 0 31 2 237 136 77
Binary 1001010 11111001 10111011 1000110 0 11001 10 10011111 1011110 111111

Color Harmonies of #4AF9BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AF9BB

Black with #4AF9BB

Text Example


Text Example

White with #4AF9BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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