Shades of Turquoise #40FBF5
Tints of Turquoise #40FBF5
RGB
CMYK
RGB Variations
Color information
#40FBF5 (or 0x40FBF5) is known color: Turquoise. HEX triplet: 40, FB and F5. RGB value is (64,251,245). Sum of RGB (Red+Green+Blue) = 64+251+245=560 (74% of max value = 765). Red value is 64 (25.39% from 255 or 11.43% from 560); Green value is 251 (98.44% from 255 or 44.82% from 560); Blue value is 245 (96.09% from 255 or 43.75% from 560); Max value from RGB is 251 - color contains mainly: green. Hex color #40FBF5 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #40FBF5 is #BF040A. Grayscale: #C2C2C2. Windows color (decimal): -12518411 or 16120640. OLE color: 16120640.
HSL color Cylindrical-coordinate representation of color #40FBF5: hue angle of 178.07º 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 #40FBF5 is Cyan = 0.75, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 64 | 251 | 245 | - |
| CMYK | 0.75 | 0 | 0.02 | 0.02 |
| HSL | 178.07º | 0.96% | 0.62% | - |
| HSV(B) | 178.07º | 0.75% | 0.98% | - |
| XYZ | 53.09 | 76.68 | 98.39 | - |
| YUV | 194.4 | 156.55 | 34.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 251 | 245 | 0.75 | 0 | 0.02 | 0.02 | 178.07 | 0.96 | 0.62 |
| Hex | 40 | FB | F5 | 4B | 0 | 2 | 2 | B2 | 60 | 3E |
| Octal | 100 | 373 | 365 | 113 | 0 | 2 | 2 | 262 | 140 | 76 |
| Binary | 1000000 | 11111011 | 11110101 | 1001011 | 0 | 10 | 10 | 10110010 | 1100000 | 111110 |
Color Harmonies of #40FBF5
Complementary color
Monochromatic Colors of #40FBF5
Black with #40FBF5
Text Example
Text Example
White with #40FBF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40FBF5; }
p { color: rgb(64,251,245); }
H1.HeaderClassName
{
color: #40FBF5;
}
.AnyTagClassName
{
color: #40FBF5;
}
</style>
background-color css
<style>
a { background-color: #40FBF5; }
a { background-color: rgb(64,251,245); }
div.DivClassName
{
background-color: #40FBF5;
}
.BgClassName
{
background-color: #40FBF5;
}
</style>
border-color css
<style>
span { border-color: #40FBF5; }
span { border-color: rgb(64,251,245); }
td.TdClassName
{
border-color: #40FBF5;
}
.TagClassName
{
border-color: #40FBF5;
}
</style>