Shades of Turquoise #40FBDF
Tints of Turquoise #40FBDF
RGB
CMYK
RGB Variations
Color information
#40FBDF (or 0x40FBDF) is known color: Turquoise. HEX triplet: 40, FB and DF. RGB value is (64,251,223). Sum of RGB (Red+Green+Blue) = 64+251+223=538 (71% of max value = 765). Red value is 64 (25.39% from 255 or 11.90% from 538); Green value is 251 (98.44% from 255 or 46.65% from 538); Blue value is 223 (87.5% from 255 or 41.45% from 538); Max value from RGB is 251 - color contains mainly: green. Hex color #40FBDF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #40FBDF is #BF0420. Grayscale: #BFBFBF. Windows color (decimal): -12518433 or 14678848. OLE color: 14678848.
HSL color Cylindrical-coordinate representation of color #40FBDF: hue angle of 171.02º 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 #40FBDF is Cyan = 0.75, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 64 | 251 | 223 | - |
| CMYK | 0.75 | 0 | 0.11 | 0.02 |
| HSL | 171.02º | 0.96% | 0.62% | - |
| HSV(B) | 171.02º | 0.75% | 0.98% | - |
| XYZ | 49.93 | 75.41 | 81.74 | - |
| YUV | 191.9 | 145.55 | 36.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 251 | 223 | 0.75 | 0 | 0.11 | 0.02 | 171.02 | 0.96 | 0.62 |
| Hex | 40 | FB | DF | 4B | 0 | B | 2 | AB | 60 | 3E |
| Octal | 100 | 373 | 337 | 113 | 0 | 13 | 2 | 253 | 140 | 76 |
| Binary | 1000000 | 11111011 | 11011111 | 1001011 | 0 | 1011 | 10 | 10101011 | 1100000 | 111110 |
Color Harmonies of #40FBDF
Complementary color
Monochromatic Colors of #40FBDF
Black with #40FBDF
Text Example
Text Example
White with #40FBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40FBDF; }
p { color: rgb(64,251,223); }
H1.HeaderClassName
{
color: #40FBDF;
}
.AnyTagClassName
{
color: #40FBDF;
}
</style>
background-color css
<style>
a { background-color: #40FBDF; }
a { background-color: rgb(64,251,223); }
div.DivClassName
{
background-color: #40FBDF;
}
.BgClassName
{
background-color: #40FBDF;
}
</style>
border-color css
<style>
span { border-color: #40FBDF; }
span { border-color: rgb(64,251,223); }
td.TdClassName
{
border-color: #40FBDF;
}
.TagClassName
{
border-color: #40FBDF;
}
</style>