Shades of Turquoise Blue #40DDFF
Tints of Turquoise Blue #40DDFF
RGB
CMYK
RGB Variations
Color information
#40DDFF (or 0x40DDFF) is known color: Turquoise Blue. HEX triplet: 40, DD and FF. RGB value is (64,221,255). Sum of RGB (Red+Green+Blue) = 64+221+255=540 (71% of max value = 765). Red value is 64 (25.39% from 255 or 11.85% from 540); Green value is 221 (86.72% from 255 or 40.93% from 540); Blue value is 255 (100% from 255 or 47.22% from 540); Max value from RGB is 255 - color contains mainly: blue. Hex color #40DDFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #40DDFF is #BF2200. Grayscale: #B1B1B1. Windows color (decimal): -12526081 or 16768320. OLE color: 16768320.
HSL color Cylindrical-coordinate representation of color #40DDFF: hue angle of 190.68º 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 #40DDFF is Cyan = 0.75, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 64 | 221 | 255 | - |
| CMYK | 0.75 | 0.13 | 0 | 0 |
| HSL | 190.68º | 1% | 0.63% | - |
| HSV(B) | 190.68º | 0.75% | 1% | - |
| XYZ | 46.02 | 60.02 | 103.77 | - |
| YUV | 177.93 | 171.49 | 46.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 221 | 255 | 0.75 | 0.13 | 0 | 0 | 190.68 | 1 | 0.63 |
| Hex | 40 | DD | FF | 4B | D | 0 | 0 | BF | 64 | 3F |
| Octal | 100 | 335 | 377 | 113 | 15 | 0 | 0 | 277 | 144 | 77 |
| Binary | 1000000 | 11011101 | 11111111 | 1001011 | 1101 | 0 | 0 | 10111111 | 1100100 | 111111 |
Color Harmonies of #40DDFF
Complementary color
Monochromatic Colors of #40DDFF
Black with #40DDFF
Text Example
Text Example
White with #40DDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40DDFF; }
p { color: rgb(64,221,255); }
H1.HeaderClassName
{
color: #40DDFF;
}
.AnyTagClassName
{
color: #40DDFF;
}
</style>
background-color css
<style>
a { background-color: #40DDFF; }
a { background-color: rgb(64,221,255); }
div.DivClassName
{
background-color: #40DDFF;
}
.BgClassName
{
background-color: #40DDFF;
}
</style>
border-color css
<style>
span { border-color: #40DDFF; }
span { border-color: rgb(64,221,255); }
td.TdClassName
{
border-color: #40DDFF;
}
.TagClassName
{
border-color: #40DDFF;
}
</style>