Shades of Bright Turquoise #0AFFD0
Tints of Bright Turquoise #0AFFD0
RGB
CMYK
RGB Variations
Color information
#0AFFD0 (or 0x0AFFD0) is known color: Bright Turquoise. HEX triplet: 0A, FF and D0. RGB value is (10,255,208). Sum of RGB (Red+Green+Blue) = 10+255+208=473 (62% of max value = 765). Red value is 10 (4.30% from 255 or 2.11% from 473); Green value is 255 (100% from 255 or 53.91% from 473); Blue value is 208 (81.64% from 255 or 43.97% from 473); Max value from RGB is 255 - color contains mainly: green. Hex color #0AFFD0 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0AFFD0 is #F5002F. Grayscale: #B0B0B0. Windows color (decimal): -16056368 or 13696778. OLE color: 13696778.
HSL color Cylindrical-coordinate representation of color #0AFFD0: hue angle of 168.49º 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 #0AFFD0 is Cyan = 0.96, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 10 | 255 | 208 | - |
| CMYK | 0.96 | 0 | 0.18 | 0 |
| HSL | 168.49º | 1% | 0.52% | - |
| HSV(B) | 168.49º | 0.96% | 1% | - |
| XYZ | 47.27 | 76.14 | 71.88 | - |
| YUV | 176.39 | 145.83 | 9.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 255 | 208 | 0.96 | 0 | 0.18 | 0 | 168.49 | 1 | 0.52 |
| Hex | A | FF | D0 | 60 | 0 | 12 | 0 | A8 | 64 | 34 |
| Octal | 12 | 377 | 320 | 140 | 0 | 22 | 0 | 250 | 144 | 64 |
| Binary | 1010 | 11111111 | 11010000 | 1100000 | 0 | 10010 | 0 | 10101000 | 1100100 | 110100 |
Color Harmonies of #0AFFD0
Complementary color
Monochromatic Colors of #0AFFD0
Black with #0AFFD0
Text Example
Text Example
White with #0AFFD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AFFD0; }
p { color: rgb(10,255,208); }
H1.HeaderClassName
{
color: #0AFFD0;
}
.AnyTagClassName
{
color: #0AFFD0;
}
</style>
background-color css
<style>
a { background-color: #0AFFD0; }
a { background-color: rgb(10,255,208); }
div.DivClassName
{
background-color: #0AFFD0;
}
.BgClassName
{
background-color: #0AFFD0;
}
</style>
border-color css
<style>
span { border-color: #0AFFD0; }
span { border-color: rgb(10,255,208); }
td.TdClassName
{
border-color: #0AFFD0;
}
.TagClassName
{
border-color: #0AFFD0;
}
</style>