Shades of Bright Turquoise #0AFBCD
Tints of Bright Turquoise #0AFBCD
RGB
CMYK
RGB Variations
Color information
#0AFBCD (or 0x0AFBCD) is known color: Bright Turquoise. HEX triplet: 0A, FB and CD. RGB value is (10,251,205). Sum of RGB (Red+Green+Blue) = 10+251+205=466 (61% of max value = 765). Red value is 10 (4.30% from 255 or 2.15% from 466); Green value is 251 (98.44% from 255 or 53.86% from 466); Blue value is 205 (80.47% from 255 or 43.99% from 466); Max value from RGB is 251 - color contains mainly: green. Hex color #0AFBCD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0AFBCD is #F50432. Grayscale: #ADADAD. Windows color (decimal): -16057395 or 13499146. OLE color: 13499146.
HSL color Cylindrical-coordinate representation of color #0AFBCD: hue angle of 168.55º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AFBCD is Cyan = 0.96, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 10 | 251 | 205 | - |
| CMYK | 0.96 | 0 | 0.18 | 0.02 |
| HSL | 168.55º | 0.97% | 0.51% | - |
| HSV(B) | 168.55º | 0.96% | 0.98% | - |
| XYZ | 45.64 | 73.47 | 69.53 | - |
| YUV | 173.7 | 145.66 | 11.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 251 | 205 | 0.96 | 0 | 0.18 | 0.02 | 168.55 | 0.97 | 0.51 |
| Hex | A | FB | CD | 60 | 0 | 12 | 2 | A9 | 61 | 33 |
| Octal | 12 | 373 | 315 | 140 | 0 | 22 | 2 | 251 | 141 | 63 |
| Binary | 1010 | 11111011 | 11001101 | 1100000 | 0 | 10010 | 10 | 10101001 | 1100001 | 110011 |
Color Harmonies of #0AFBCD
Complementary color
Monochromatic Colors of #0AFBCD
Black with #0AFBCD
Text Example
Text Example
White with #0AFBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AFBCD; }
p { color: rgb(10,251,205); }
H1.HeaderClassName
{
color: #0AFBCD;
}
.AnyTagClassName
{
color: #0AFBCD;
}
</style>
background-color css
<style>
a { background-color: #0AFBCD; }
a { background-color: rgb(10,251,205); }
div.DivClassName
{
background-color: #0AFBCD;
}
.BgClassName
{
background-color: #0AFBCD;
}
</style>
border-color css
<style>
span { border-color: #0AFBCD; }
span { border-color: rgb(10,251,205); }
td.TdClassName
{
border-color: #0AFBCD;
}
.TagClassName
{
border-color: #0AFBCD;
}
</style>