#40FBAD

Color #40FBAD Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turquoise #40FBAD

Tints of Turquoise #40FBAD

Color information

#40FBAD (or 0x40FBAD) is unknown color: approx Turquoise. HEX triplet: 40, FB and AD. RGB value is (64,251,173). Sum of RGB (Red+Green+Blue) = 64+251+173=488 (64% of max value = 765). Red value is 64 (25.39% from 255 or 13.11% from 488); Green value is 251 (98.44% from 255 or 51.43% from 488); Blue value is 173 (67.97% from 255 or 35.45% from 488); Max value from RGB is 251 - color contains mainly: green. Hex color #40FBAD is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #40FBAD is #BF0452. Grayscale: #BABABA. Windows color (decimal): -12518483 or 11402048. OLE color: 11402048.

HSL color Cylindrical-coordinate representation of color #40FBAD: hue angle of 154.97º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #40FBAD is Cyan = 0.75, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.02.

Color convert

RGB64251173-
CMYK0.7500.310.02
HSL154.97º95.9%61.76%-
HSV(B)154.97º74.5%98.43%-
XYZ44.1573.151.32-
YUV186.2120.5540.84-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 13.11%
GREEN value IS 251 (98.44% from 255) = 51.43%
BLUE value IS 173 (67.97% from 255) = 35.45%
R=13.11%
G=51.43%
B=35.45%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal642511730.7500.310.02154.9795.961.76
Hex40FBAD4B01F29b603e
Octal100373255113037223314076
Binary10000001111101110101101100101101111110100110111100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40FBAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,251,173); }

 H1.HeaderClassName
 {
   color: #40FBAD;
 }
 .AnyTagClassName
 {
   color: #40FBAD;
 }
</style>
background-color css

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

 a { background-color: rgb(64,251,173); }

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

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

 span { border-color: rgb(64,251,173); }

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