Shades of Bright Turquoise #0AFCDB
Tints of Bright Turquoise #0AFCDB
RGB
CMYK
RGB Variations
Color information
#0AFCDB (or 0x0AFCDB) is known color: Bright Turquoise. HEX triplet: 0A, FC and DB. RGB value is (10,252,219). Sum of RGB (Red+Green+Blue) = 10+252+219=481 (63% of max value = 765). Red value is 10 (4.30% from 255 or 2.08% from 481); Green value is 252 (98.83% from 255 or 52.39% from 481); Blue value is 219 (85.94% from 255 or 45.53% from 481); Max value from RGB is 252 - color contains mainly: green. Hex color #0AFCDB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0AFCDB is #F50324. Grayscale: #AFAFAF. Windows color (decimal): -16057125 or 14416906. OLE color: 14416906.
HSL color Cylindrical-coordinate representation of color #0AFCDB: hue angle of 171.82º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AFCDB is Cyan = 0.96, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 10 | 252 | 219 | - |
| CMYK | 0.96 | 0 | 0.13 | 0.01 |
| HSL | 171.82º | 0.98% | 0.51% | - |
| HSV(B) | 171.82º | 0.96% | 0.99% | - |
| XYZ | 47.72 | 74.8 | 78.94 | - |
| YUV | 175.88 | 152.33 | 9.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 252 | 219 | 0.96 | 0 | 0.13 | 0.01 | 171.82 | 0.98 | 0.51 |
| Hex | A | FC | DB | 60 | 0 | D | 1 | AC | 62 | 33 |
| Octal | 12 | 374 | 333 | 140 | 0 | 15 | 1 | 254 | 142 | 63 |
| Binary | 1010 | 11111100 | 11011011 | 1100000 | 0 | 1101 | 1 | 10101100 | 1100010 | 110011 |
Color Harmonies of #0AFCDB
Complementary color
Monochromatic Colors of #0AFCDB
Black with #0AFCDB
Text Example
Text Example
White with #0AFCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AFCDB; }
p { color: rgb(10,252,219); }
H1.HeaderClassName
{
color: #0AFCDB;
}
.AnyTagClassName
{
color: #0AFCDB;
}
</style>
background-color css
<style>
a { background-color: #0AFCDB; }
a { background-color: rgb(10,252,219); }
div.DivClassName
{
background-color: #0AFCDB;
}
.BgClassName
{
background-color: #0AFCDB;
}
</style>
border-color css
<style>
span { border-color: #0AFCDB; }
span { border-color: rgb(10,252,219); }
td.TdClassName
{
border-color: #0AFCDB;
}
.TagClassName
{
border-color: #0AFCDB;
}
</style>