Shades of Turquoise Blue #81DFE9
Tints of Turquoise Blue #81DFE9
RGB
CMYK
RGB Variations
Color information
#81DFE9 (or 0x81DFE9) is known color: Turquoise Blue. HEX triplet: 81, DF and E9. RGB value is (129,223,233). Sum of RGB (Red+Green+Blue) = 129+223+233=585 (77% of max value = 765). Red value is 129 (50.78% from 255 or 22.05% from 585); Green value is 223 (87.5% from 255 or 38.12% from 585); Blue value is 233 (91.41% from 255 or 39.83% from 585); Max value from RGB is 233 - color contains mainly: blue. Hex color #81DFE9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #81DFE9 is #7E2016. Grayscale: #C3C3C3. Windows color (decimal): -8265751 or 15327105. OLE color: 15327105.
HSL color Cylindrical-coordinate representation of color #81DFE9: hue angle of 185.77º degrees, saturation: 0.7, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #81DFE9 is Cyan = 0.45, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 129 | 223 | 233 | - |
| CMYK | 0.45 | 0.04 | 0 | 0.09 |
| HSL | 185.77º | 0.7% | 0.71% | - |
| HSV(B) | 185.77º | 0.45% | 0.91% | - |
| XYZ | 50.15 | 63.33 | 86.67 | - |
| YUV | 196.03 | 148.86 | 80.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 223 | 233 | 0.45 | 0.04 | 0 | 0.09 | 185.77 | 0.7 | 0.71 |
| Hex | 81 | DF | E9 | 2D | 4 | 0 | 9 | BA | 46 | 47 |
| Octal | 201 | 337 | 351 | 55 | 4 | 0 | 11 | 272 | 106 | 107 |
| Binary | 10000001 | 11011111 | 11101001 | 101101 | 100 | 0 | 1001 | 10111010 | 1000110 | 1000111 |
Color Harmonies of #81DFE9
Complementary color
Monochromatic Colors of #81DFE9
Black with #81DFE9
Text Example
Text Example
White with #81DFE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81DFE9; }
p { color: rgb(129,223,233); }
H1.HeaderClassName
{
color: #81DFE9;
}
.AnyTagClassName
{
color: #81DFE9;
}
</style>
background-color css
<style>
a { background-color: #81DFE9; }
a { background-color: rgb(129,223,233); }
div.DivClassName
{
background-color: #81DFE9;
}
.BgClassName
{
background-color: #81DFE9;
}
</style>
border-color css
<style>
span { border-color: #81DFE9; }
span { border-color: rgb(129,223,233); }
td.TdClassName
{
border-color: #81DFE9;
}
.TagClassName
{
border-color: #81DFE9;
}
</style>