Shades of Bright Turquoise #0FFADB
Tints of Bright Turquoise #0FFADB
RGB
CMYK
RGB Variations
Color information
#0FFADB (or 0x0FFADB) is known color: Bright Turquoise. HEX triplet: 0F, FA and DB. RGB value is (15,250,219). Sum of RGB (Red+Green+Blue) = 15+250+219=484 (64% of max value = 765). Red value is 15 (6.25% from 255 or 3.10% from 484); Green value is 250 (98.05% from 255 or 51.65% from 484); Blue value is 219 (85.94% from 255 or 45.25% from 484); Max value from RGB is 250 - color contains mainly: green. Hex color #0FFADB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0FFADB is #F00524. Grayscale: #B0B0B0. Windows color (decimal): -15729957 or 14416399. OLE color: 14416399.
HSL color Cylindrical-coordinate representation of color #0FFADB: hue angle of 172.09º 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 #0FFADB is Cyan = 0.94, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 15 | 250 | 219 | - |
| CMYK | 0.94 | 0 | 0.12 | 0.02 |
| HSL | 172.09º | 0.96% | 0.52% | - |
| HSV(B) | 172.09º | 0.94% | 0.98% | - |
| XYZ | 47.17 | 73.59 | 78.74 | - |
| YUV | 176.2 | 152.14 | 13.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 250 | 219 | 0.94 | 0 | 0.12 | 0.02 | 172.09 | 0.96 | 0.52 |
| Hex | F | FA | DB | 5E | 0 | C | 2 | AC | 60 | 34 |
| Octal | 17 | 372 | 333 | 136 | 0 | 14 | 2 | 254 | 140 | 64 |
| Binary | 1111 | 11111010 | 11011011 | 1011110 | 0 | 1100 | 10 | 10101100 | 1100000 | 110100 |
Color Harmonies of #0FFADB
Complementary color
Monochromatic Colors of #0FFADB
Black with #0FFADB
Text Example
Text Example
White with #0FFADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FFADB; }
p { color: rgb(15,250,219); }
H1.HeaderClassName
{
color: #0FFADB;
}
.AnyTagClassName
{
color: #0FFADB;
}
</style>
background-color css
<style>
a { background-color: #0FFADB; }
a { background-color: rgb(15,250,219); }
div.DivClassName
{
background-color: #0FFADB;
}
.BgClassName
{
background-color: #0FFADB;
}
</style>
border-color css
<style>
span { border-color: #0FFADB; }
span { border-color: rgb(15,250,219); }
td.TdClassName
{
border-color: #0FFADB;
}
.TagClassName
{
border-color: #0FFADB;
}
</style>