Shades of Bright Turquoise #0FDFFA
Tints of Bright Turquoise #0FDFFA
RGB
CMYK
RGB Variations
Color information
#0FDFFA (or 0x0FDFFA) is known color: Bright Turquoise. HEX triplet: 0F, DF and FA. RGB value is (15,223,250). Sum of RGB (Red+Green+Blue) = 15+223+250=488 (64% of max value = 765). Red value is 15 (6.25% from 255 or 3.07% from 488); Green value is 223 (87.5% from 255 or 45.70% from 488); Blue value is 250 (98.05% from 255 or 51.23% from 488); Max value from RGB is 250 - color contains mainly: blue. Hex color #0FDFFA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0FDFFA is #F02005. Grayscale: #A3A3A3. Windows color (decimal): -15736838 or 16441103. OLE color: 16441103.
HSL color Cylindrical-coordinate representation of color #0FDFFA: hue angle of 186.89º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FDFFA is Cyan = 0.94, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 15 | 223 | 250 | - |
| CMYK | 0.94 | 0.11 | 0 | 0.02 |
| HSL | 186.89º | 0.96% | 0.52% | - |
| HSV(B) | 186.89º | 0.94% | 0.98% | - |
| XYZ | 43.84 | 59.78 | 99.67 | - |
| YUV | 163.89 | 176.59 | 21.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 223 | 250 | 0.94 | 0.11 | 0 | 0.02 | 186.89 | 0.96 | 0.52 |
| Hex | F | DF | FA | 5E | B | 0 | 2 | BB | 60 | 34 |
| Octal | 17 | 337 | 372 | 136 | 13 | 0 | 2 | 273 | 140 | 64 |
| Binary | 1111 | 11011111 | 11111010 | 1011110 | 1011 | 0 | 10 | 10111011 | 1100000 | 110100 |
Color Harmonies of #0FDFFA
Complementary color
Monochromatic Colors of #0FDFFA
Black with #0FDFFA
Text Example
Text Example
White with #0FDFFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FDFFA; }
p { color: rgb(15,223,250); }
H1.HeaderClassName
{
color: #0FDFFA;
}
.AnyTagClassName
{
color: #0FDFFA;
}
</style>
background-color css
<style>
a { background-color: #0FDFFA; }
a { background-color: rgb(15,223,250); }
div.DivClassName
{
background-color: #0FDFFA;
}
.BgClassName
{
background-color: #0FDFFA;
}
</style>
border-color css
<style>
span { border-color: #0FDFFA; }
span { border-color: rgb(15,223,250); }
td.TdClassName
{
border-color: #0FDFFA;
}
.TagClassName
{
border-color: #0FDFFA;
}
</style>