Shades of Bright Turquoise #0AF1DF
Tints of Bright Turquoise #0AF1DF
RGB
CMYK
RGB Variations
Color information
#0AF1DF (or 0x0AF1DF) is known color: Bright Turquoise. HEX triplet: 0A, F1 and DF. RGB value is (10,241,223). Sum of RGB (Red+Green+Blue) = 10+241+223=474 (62% of max value = 765). Red value is 10 (4.30% from 255 or 2.11% from 474); Green value is 241 (94.53% from 255 or 50.84% from 474); Blue value is 223 (87.5% from 255 or 47.05% from 474); Max value from RGB is 241 - color contains mainly: green. Hex color #0AF1DF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0AF1DF is #F50E20. Grayscale: #A9A9A9. Windows color (decimal): -16059937 or 14676234. OLE color: 14676234.
HSL color Cylindrical-coordinate representation of color #0AF1DF: hue angle of 175.32º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AF1DF is Cyan = 0.96, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 10 | 241 | 223 | - |
| CMYK | 0.96 | 0 | 0.07 | 0.05 |
| HSL | 175.32º | 0.92% | 0.49% | - |
| HSV(B) | 175.32º | 0.96% | 0.95% | - |
| XYZ | 44.9 | 68.3 | 80.63 | - |
| YUV | 169.88 | 157.97 | 13.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 241 | 223 | 0.96 | 0 | 0.07 | 0.05 | 175.32 | 0.92 | 0.49 |
| Hex | A | F1 | DF | 60 | 0 | 7 | 5 | AF | 5C | 31 |
| Octal | 12 | 361 | 337 | 140 | 0 | 7 | 5 | 257 | 134 | 61 |
| Binary | 1010 | 11110001 | 11011111 | 1100000 | 0 | 111 | 101 | 10101111 | 1011100 | 110001 |
Color Harmonies of #0AF1DF
Complementary color
Monochromatic Colors of #0AF1DF
Black with #0AF1DF
Text Example
Text Example
White with #0AF1DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AF1DF; }
p { color: rgb(10,241,223); }
H1.HeaderClassName
{
color: #0AF1DF;
}
.AnyTagClassName
{
color: #0AF1DF;
}
</style>
background-color css
<style>
a { background-color: #0AF1DF; }
a { background-color: rgb(10,241,223); }
div.DivClassName
{
background-color: #0AF1DF;
}
.BgClassName
{
background-color: #0AF1DF;
}
</style>
border-color css
<style>
span { border-color: #0AF1DF; }
span { border-color: rgb(10,241,223); }
td.TdClassName
{
border-color: #0AF1DF;
}
.TagClassName
{
border-color: #0AF1DF;
}
</style>