Shades of Bright Turquoise #0AF9DD
Tints of Bright Turquoise #0AF9DD
RGB
CMYK
RGB Variations
Color information
#0AF9DD (or 0x0AF9DD) is known color: Bright Turquoise. HEX triplet: 0A, F9 and DD. RGB value is (10,249,221). Sum of RGB (Red+Green+Blue) = 10+249+221=480 (63% of max value = 765). Red value is 10 (4.30% from 255 or 2.08% from 480); Green value is 249 (97.66% from 255 or 51.88% from 480); Blue value is 221 (86.72% from 255 or 46.04% from 480); Max value from RGB is 249 - color contains mainly: green. Hex color #0AF9DD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0AF9DD is #F50622. Grayscale: #AEAEAE. Windows color (decimal): -16057891 or 14547210. OLE color: 14547210.
HSL color Cylindrical-coordinate representation of color #0AF9DD: hue angle of 172.97º degrees, saturation: 0.95, 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 #0AF9DD is Cyan = 0.96, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 10 | 249 | 221 | - |
| CMYK | 0.96 | 0 | 0.11 | 0.02 |
| HSL | 172.97º | 0.95% | 0.51% | - |
| HSV(B) | 172.97º | 0.96% | 0.98% | - |
| XYZ | 47.05 | 73.04 | 80.02 | - |
| YUV | 174.35 | 154.32 | 10.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 249 | 221 | 0.96 | 0 | 0.11 | 0.02 | 172.97 | 0.95 | 0.51 |
| Hex | A | F9 | DD | 60 | 0 | B | 2 | AD | 5F | 33 |
| Octal | 12 | 371 | 335 | 140 | 0 | 13 | 2 | 255 | 137 | 63 |
| Binary | 1010 | 11111001 | 11011101 | 1100000 | 0 | 1011 | 10 | 10101101 | 1011111 | 110011 |
Color Harmonies of #0AF9DD
Complementary color
Monochromatic Colors of #0AF9DD
Black with #0AF9DD
Text Example
Text Example
White with #0AF9DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AF9DD; }
p { color: rgb(10,249,221); }
H1.HeaderClassName
{
color: #0AF9DD;
}
.AnyTagClassName
{
color: #0AF9DD;
}
</style>
background-color css
<style>
a { background-color: #0AF9DD; }
a { background-color: rgb(10,249,221); }
div.DivClassName
{
background-color: #0AF9DD;
}
.BgClassName
{
background-color: #0AF9DD;
}
</style>
border-color css
<style>
span { border-color: #0AF9DD; }
span { border-color: rgb(10,249,221); }
td.TdClassName
{
border-color: #0AF9DD;
}
.TagClassName
{
border-color: #0AF9DD;
}
</style>