Shades of Turquoise Blue #40DFFF
Tints of Turquoise Blue #40DFFF
RGB
CMYK
RGB Variations
Color information
#40DFFF (or 0x40DFFF) is known color: Turquoise Blue. HEX triplet: 40, DF and FF. RGB value is (64,223,255). Sum of RGB (Red+Green+Blue) = 64+223+255=542 (71% of max value = 765). Red value is 64 (25.39% from 255 or 11.81% from 542); Green value is 223 (87.5% from 255 or 41.14% from 542); Blue value is 255 (100% from 255 or 47.05% from 542); Max value from RGB is 255 - color contains mainly: blue. Hex color #40DFFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #40DFFF is #BF2000. Grayscale: #B2B2B2. Windows color (decimal): -12525569 or 16768832. OLE color: 16768832.
HSL color Cylindrical-coordinate representation of color #40DFFF: hue angle of 190.05º 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 #40DFFF is Cyan = 0.75, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 64 | 223 | 255 | - |
| CMYK | 0.75 | 0.13 | 0 | 0 |
| HSL | 190.05º | 1% | 0.63% | - |
| HSV(B) | 190.05º | 0.75% | 1% | - |
| XYZ | 46.55 | 61.09 | 103.94 | - |
| YUV | 179.11 | 170.82 | 45.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 223 | 255 | 0.75 | 0.13 | 0 | 0 | 190.05 | 1 | 0.63 |
| Hex | 40 | DF | FF | 4B | D | 0 | 0 | BE | 64 | 3F |
| Octal | 100 | 337 | 377 | 113 | 15 | 0 | 0 | 276 | 144 | 77 |
| Binary | 1000000 | 11011111 | 11111111 | 1001011 | 1101 | 0 | 0 | 10111110 | 1100100 | 111111 |
Color Harmonies of #40DFFF
Complementary color
Monochromatic Colors of #40DFFF
Black with #40DFFF
Text Example
Text Example
White with #40DFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40DFFF; }
p { color: rgb(64,223,255); }
H1.HeaderClassName
{
color: #40DFFF;
}
.AnyTagClassName
{
color: #40DFFF;
}
</style>
background-color css
<style>
a { background-color: #40DFFF; }
a { background-color: rgb(64,223,255); }
div.DivClassName
{
background-color: #40DFFF;
}
.BgClassName
{
background-color: #40DFFF;
}
</style>
border-color css
<style>
span { border-color: #40DFFF; }
span { border-color: rgb(64,223,255); }
td.TdClassName
{
border-color: #40DFFF;
}
.TagClassName
{
border-color: #40DFFF;
}
</style>