Shades of Turquoise #40DFF8
Tints of Turquoise #40DFF8
RGB
CMYK
RGB Variations
Color information
#40DFF8 (or 0x40DFF8) is known color: Turquoise. HEX triplet: 40, DF and F8. RGB value is (64,223,248). Sum of RGB (Red+Green+Blue) = 64+223+248=535 (70% of max value = 765). Red value is 64 (25.39% from 255 or 11.96% from 535); Green value is 223 (87.5% from 255 or 41.68% from 535); Blue value is 248 (97.27% from 255 or 46.36% from 535); Max value from RGB is 248 - color contains mainly: blue. Hex color #40DFF8 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #40DFF8 is #BF2007. Grayscale: #B2B2B2. Windows color (decimal): -12525576 or 16310080. OLE color: 16310080.
HSL color Cylindrical-coordinate representation of color #40DFF8: hue angle of 188.15º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #40DFF8 is Cyan = 0.74, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 64 | 223 | 248 | - |
| CMYK | 0.74 | 0.10 | 0 | 0.03 |
| HSL | 188.15º | 0.93% | 0.61% | - |
| HSV(B) | 188.15º | 0.74% | 0.97% | - |
| XYZ | 45.45 | 60.64 | 98.12 | - |
| YUV | 178.31 | 167.32 | 46.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 223 | 248 | 0.74 | 0.10 | 0 | 0.03 | 188.15 | 0.93 | 0.61 |
| Hex | 40 | DF | F8 | 4A | A | 0 | 3 | BC | 5D | 3D |
| Octal | 100 | 337 | 370 | 112 | 12 | 0 | 3 | 274 | 135 | 75 |
| Binary | 1000000 | 11011111 | 11111000 | 1001010 | 1010 | 0 | 11 | 10111100 | 1011101 | 111101 |
Color Harmonies of #40DFF8
Complementary color
Monochromatic Colors of #40DFF8
Black with #40DFF8
Text Example
Text Example
White with #40DFF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40DFF8; }
p { color: rgb(64,223,248); }
H1.HeaderClassName
{
color: #40DFF8;
}
.AnyTagClassName
{
color: #40DFF8;
}
</style>
background-color css
<style>
a { background-color: #40DFF8; }
a { background-color: rgb(64,223,248); }
div.DivClassName
{
background-color: #40DFF8;
}
.BgClassName
{
background-color: #40DFF8;
}
</style>
border-color css
<style>
span { border-color: #40DFF8; }
span { border-color: rgb(64,223,248); }
td.TdClassName
{
border-color: #40DFF8;
}
.TagClassName
{
border-color: #40DFF8;
}
</style>