Shades of Turquoise #40D8F8
Tints of Turquoise #40D8F8
RGB
CMYK
RGB Variations
Color information
#40D8F8 (or 0x40D8F8) is known color: Turquoise. HEX triplet: 40, D8 and F8. RGB value is (64,216,248). Sum of RGB (Red+Green+Blue) = 64+216+248=528 (69% of max value = 765). Red value is 64 (25.39% from 255 or 12.12% from 528); Green value is 216 (84.77% from 255 or 40.91% from 528); Blue value is 248 (97.27% from 255 or 46.97% from 528); Max value from RGB is 248 - color contains mainly: blue. Hex color #40D8F8 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #40D8F8 is #BF2707. Grayscale: #ADADAD. Windows color (decimal): -12527368 or 16308288. OLE color: 16308288.
HSL color Cylindrical-coordinate representation of color #40D8F8: hue angle of 190.43º 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 #40D8F8 is Cyan = 0.74, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 64 | 216 | 248 | - |
| CMYK | 0.74 | 0.13 | 0 | 0.03 |
| HSL | 190.43º | 0.93% | 0.61% | - |
| HSV(B) | 190.43º | 0.74% | 0.97% | - |
| XYZ | 43.61 | 56.98 | 97.51 | - |
| YUV | 174.2 | 169.64 | 49.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 216 | 248 | 0.74 | 0.13 | 0 | 0.03 | 190.43 | 0.93 | 0.61 |
| Hex | 40 | D8 | F8 | 4A | D | 0 | 3 | BE | 5D | 3D |
| Octal | 100 | 330 | 370 | 112 | 15 | 0 | 3 | 276 | 135 | 75 |
| Binary | 1000000 | 11011000 | 11111000 | 1001010 | 1101 | 0 | 11 | 10111110 | 1011101 | 111101 |
Color Harmonies of #40D8F8
Complementary color
Monochromatic Colors of #40D8F8
Black with #40D8F8
Text Example
Text Example
White with #40D8F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40D8F8; }
p { color: rgb(64,216,248); }
H1.HeaderClassName
{
color: #40D8F8;
}
.AnyTagClassName
{
color: #40D8F8;
}
</style>
background-color css
<style>
a { background-color: #40D8F8; }
a { background-color: rgb(64,216,248); }
div.DivClassName
{
background-color: #40D8F8;
}
.BgClassName
{
background-color: #40D8F8;
}
</style>
border-color css
<style>
span { border-color: #40D8F8; }
span { border-color: rgb(64,216,248); }
td.TdClassName
{
border-color: #40D8F8;
}
.TagClassName
{
border-color: #40D8F8;
}
</style>