Shades of Bright Turquoise #0AFFDB
Tints of Bright Turquoise #0AFFDB
RGB
CMYK
RGB Variations
Color information
#0AFFDB (or 0x0AFFDB) is known color: Bright Turquoise. HEX triplet: 0A, FF and DB. RGB value is (10,255,219). Sum of RGB (Red+Green+Blue) = 10+255+219=484 (64% of max value = 765). Red value is 10 (4.30% from 255 or 2.07% from 484); Green value is 255 (100% from 255 or 52.69% from 484); Blue value is 219 (85.94% from 255 or 45.25% from 484); Max value from RGB is 255 - color contains mainly: green. Hex color #0AFFDB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0AFFDB is #F50024. Grayscale: #B1B1B1. Windows color (decimal): -16056357 or 14417674. OLE color: 14417674.
HSL color Cylindrical-coordinate representation of color #0AFFDB: hue angle of 171.18º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AFFDB is Cyan = 0.96, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 10 | 255 | 219 | - |
| CMYK | 0.96 | 0 | 0.14 | 0 |
| HSL | 171.18º | 1% | 0.52% | - |
| HSV(B) | 171.18º | 0.96% | 1% | - |
| XYZ | 48.67 | 76.7 | 79.26 | - |
| YUV | 177.64 | 151.33 | 8.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 255 | 219 | 0.96 | 0 | 0.14 | 0 | 171.18 | 1 | 0.52 |
| Hex | A | FF | DB | 60 | 0 | E | 0 | AB | 64 | 34 |
| Octal | 12 | 377 | 333 | 140 | 0 | 16 | 0 | 253 | 144 | 64 |
| Binary | 1010 | 11111111 | 11011011 | 1100000 | 0 | 1110 | 0 | 10101011 | 1100100 | 110100 |
Color Harmonies of #0AFFDB
Complementary color
Monochromatic Colors of #0AFFDB
Black with #0AFFDB
Text Example
Text Example
White with #0AFFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AFFDB; }
p { color: rgb(10,255,219); }
H1.HeaderClassName
{
color: #0AFFDB;
}
.AnyTagClassName
{
color: #0AFFDB;
}
</style>
background-color css
<style>
a { background-color: #0AFFDB; }
a { background-color: rgb(10,255,219); }
div.DivClassName
{
background-color: #0AFFDB;
}
.BgClassName
{
background-color: #0AFFDB;
}
</style>
border-color css
<style>
span { border-color: #0AFFDB; }
span { border-color: rgb(10,255,219); }
td.TdClassName
{
border-color: #0AFFDB;
}
.TagClassName
{
border-color: #0AFFDB;
}
</style>