Html Css Color HEX #40FFAB Turquoise

📋 copy color: '#40FFAB'

red 64 ◦ green 255 ◦ blue 171

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

Shades of Turquoise #40FFAB

Tints of Turquoise #40FFAB

RGB

 RED value IS 64 (25.39% from 255) = 13.06%

 GREEN value IS 255 (100% from 255) = 52.04%

 BLUE value IS 171 (67.19% from 255) = 34.9%

R = 13.06%
G = 52.04%
B = 34.9%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.33

 K value IS 0

RGB Variations

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

Color information

#40FFAB (or 0x40FFAB) is known color: Turquoise. HEX triplet: 40, FF and AB. RGB value is (64,255,171). Sum of RGB (Red+Green+Blue) = 64+255+171=490 (64% of max value = 765). Red value is 64 (25.39% from 255 or 13.06% from 490); Green value is 255 (100% from 255 or 52.04% from 490); Blue value is 171 (67.19% from 255 or 34.90% from 490); Max value from RGB is 255 - color contains mainly: green. Hex color #40FFAB is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #40FFAB is #BF0054. Grayscale: #BCBCBC. Windows color (decimal): -12517461 or 11272000. OLE color: 11272000.

HSL color Cylindrical-coordinate representation of color #40FFAB: hue angle of 153.61º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #40FFAB is Cyan = 0.75, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.

Color convert

RGB 64 255 171 -
CMYK 0.75 0 0.33 0
HSL 153.61º 1% 0.63% -
HSV(B) 153.61º 0.75% 1% -
XYZ 45.23 75.55 50.73 -
YUV 188.32 118.22 39.33 -
System Red Green Blue C M Y K H S L
Decimal 64 255 171 0.75 0 0.33 0 153.61 1 0.63
Hex 40 FF AB 4B 0 21 0 9A 64 3F
Octal 100 377 253 113 0 41 0 232 144 77
Binary 1000000 11111111 10101011 1001011 0 100001 0 10011010 1100100 111111

Color Harmonies of #40FFAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40FFAB

Black with #40FFAB

Text Example


Text Example

White with #40FFAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40FFAB; }

 p { color: rgb(64,255,171); }

 H1.HeaderClassName
 {
   color: #40FFAB;
 }
 .AnyTagClassName
 {
   color: #40FFAB;
 }
</style>

background-color css

<style>
 a { background-color: #40FFAB; }

 a { background-color: rgb(64,255,171); }

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

border-color css

<style>
 span { border-color: #40FFAB; }

 span { border-color: rgb(64,255,171); }

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