Shades of Turquoise #40FBDD
Tints of Turquoise #40FBDD
RGB
CMYK
RGB Variations
Color information
#40FBDD (or 0x40FBDD) is known color: Turquoise. HEX triplet: 40, FB and DD. RGB value is (64,251,221). Sum of RGB (Red+Green+Blue) = 64+251+221=536 (70% of max value = 765). Red value is 64 (25.39% from 255 or 11.94% from 536); Green value is 251 (98.44% from 255 or 46.83% from 536); Blue value is 221 (86.72% from 255 or 41.23% from 536); Max value from RGB is 251 - color contains mainly: green. Hex color #40FBDD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #40FBDD is #BF0422. Grayscale: #BFBFBF. Windows color (decimal): -12518435 or 14547776. OLE color: 14547776.
HSL color Cylindrical-coordinate representation of color #40FBDD: hue angle of 170.37º 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 #40FBDD is Cyan = 0.75, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 64 | 251 | 221 | - |
| CMYK | 0.75 | 0 | 0.12 | 0.02 |
| HSL | 170.37º | 0.96% | 0.62% | - |
| HSV(B) | 170.37º | 0.75% | 0.98% | - |
| XYZ | 49.66 | 75.3 | 80.32 | - |
| YUV | 191.67 | 144.55 | 36.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 251 | 221 | 0.75 | 0 | 0.12 | 0.02 | 170.37 | 0.96 | 0.62 |
| Hex | 40 | FB | DD | 4B | 0 | C | 2 | AA | 60 | 3E |
| Octal | 100 | 373 | 335 | 113 | 0 | 14 | 2 | 252 | 140 | 76 |
| Binary | 1000000 | 11111011 | 11011101 | 1001011 | 0 | 1100 | 10 | 10101010 | 1100000 | 111110 |
Color Harmonies of #40FBDD
Complementary color
Monochromatic Colors of #40FBDD
Black with #40FBDD
Text Example
Text Example
White with #40FBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40FBDD; }
p { color: rgb(64,251,221); }
H1.HeaderClassName
{
color: #40FBDD;
}
.AnyTagClassName
{
color: #40FBDD;
}
</style>
background-color css
<style>
a { background-color: #40FBDD; }
a { background-color: rgb(64,251,221); }
div.DivClassName
{
background-color: #40FBDD;
}
.BgClassName
{
background-color: #40FBDD;
}
</style>
border-color css
<style>
span { border-color: #40FBDD; }
span { border-color: rgb(64,251,221); }
td.TdClassName
{
border-color: #40FBDD;
}
.TagClassName
{
border-color: #40FBDD;
}
</style>