Html Css Color HEX #4AF0BB Turquoise

📋 copy color: '#4AF0BB'

red 74 ◦ green 240 ◦ blue 187

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

Shades of Turquoise #4AF0BB

Tints of Turquoise #4AF0BB

RGB

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

 GREEN value IS 240 (94.14% from 255) = 47.9%

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

R = 14.77%
G = 47.9%
B = 37.33%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#4AF0BB (or 0x4AF0BB) is known color: Turquoise. HEX triplet: 4A, F0 and BB. RGB value is (74,240,187). Sum of RGB (Red+Green+Blue) = 74+240+187=501 (66% of max value = 765). Red value is 74 (29.30% from 255 or 14.77% from 501); Green value is 240 (94.14% from 255 or 47.90% from 501); Blue value is 187 (73.44% from 255 or 37.33% from 501); Max value from RGB is 240 - color contains mainly: green. Hex color #4AF0BB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4AF0BB is #B50F44. Grayscale: #B8B8B8. Windows color (decimal): -11865925 or 12316746. OLE color: 12316746.

HSL color Cylindrical-coordinate representation of color #4AF0BB: hue angle of 160.84º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4AF0BB is Cyan = 0.69, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.06.

Color convert

RGB 74 240 187 -
CMYK 0.69 0 0.22 0.06
HSL 160.84º 0.85% 0.62% -
HSV(B) 160.84º 0.69% 0.94% -
XYZ 42.95 67.36 57.75 -
YUV 184.32 129.5 49.31 -
System Red Green Blue C M Y K H S L
Decimal 74 240 187 0.69 0 0.22 0.06 160.84 0.85 0.62
Hex 4A F0 BB 45 0 16 6 A1 55 3E
Octal 112 360 273 105 0 26 6 241 125 76
Binary 1001010 11110000 10111011 1000101 0 10110 110 10100001 1010101 111110

Color Harmonies of #4AF0BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AF0BB

Black with #4AF0BB

Text Example


Text Example

White with #4AF0BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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