Shades of Bright Turquoise #0AFBDF
Tints of Bright Turquoise #0AFBDF
RGB
CMYK
RGB Variations
Color information
#0AFBDF (or 0x0AFBDF) is known color: Bright Turquoise. HEX triplet: 0A, FB and DF. RGB value is (10,251,223). Sum of RGB (Red+Green+Blue) = 10+251+223=484 (64% of max value = 765). Red value is 10 (4.30% from 255 or 2.07% from 484); Green value is 251 (98.44% from 255 or 51.86% from 484); Blue value is 223 (87.5% from 255 or 46.07% from 484); Max value from RGB is 251 - color contains mainly: green. Hex color #0AFBDF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0AFBDF is #F50420. Grayscale: #AFAFAF. Windows color (decimal): -16057377 or 14678794. OLE color: 14678794.
HSL color Cylindrical-coordinate representation of color #0AFBDF: hue angle of 173.03º 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 #0AFBDF is Cyan = 0.96, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 10 | 251 | 223 | - |
| CMYK | 0.96 | 0 | 0.11 | 0.02 |
| HSL | 173.03º | 0.97% | 0.51% | - |
| HSV(B) | 173.03º | 0.96% | 0.98% | - |
| XYZ | 47.94 | 74.39 | 81.64 | - |
| YUV | 175.75 | 154.66 | 9.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 251 | 223 | 0.96 | 0 | 0.11 | 0.02 | 173.03 | 0.97 | 0.51 |
| Hex | A | FB | DF | 60 | 0 | B | 2 | AD | 61 | 33 |
| Octal | 12 | 373 | 337 | 140 | 0 | 13 | 2 | 255 | 141 | 63 |
| Binary | 1010 | 11111011 | 11011111 | 1100000 | 0 | 1011 | 10 | 10101101 | 1100001 | 110011 |
Color Harmonies of #0AFBDF
Complementary color
Monochromatic Colors of #0AFBDF
Black with #0AFBDF
Text Example
Text Example
White with #0AFBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AFBDF; }
p { color: rgb(10,251,223); }
H1.HeaderClassName
{
color: #0AFBDF;
}
.AnyTagClassName
{
color: #0AFBDF;
}
</style>
background-color css
<style>
a { background-color: #0AFBDF; }
a { background-color: rgb(10,251,223); }
div.DivClassName
{
background-color: #0AFBDF;
}
.BgClassName
{
background-color: #0AFBDF;
}
</style>
border-color css
<style>
span { border-color: #0AFBDF; }
span { border-color: rgb(10,251,223); }
td.TdClassName
{
border-color: #0AFBDF;
}
.TagClassName
{
border-color: #0AFBDF;
}
</style>