Shades of Bright Turquoise #0FFADA
Tints of Bright Turquoise #0FFADA
RGB
CMYK
RGB Variations
Color information
#0FFADA (or 0x0FFADA) is known color: Bright Turquoise. HEX triplet: 0F, FA and DA. RGB value is (15,250,218). Sum of RGB (Red+Green+Blue) = 15+250+218=483 (63% of max value = 765). Red value is 15 (6.25% from 255 or 3.11% from 483); Green value is 250 (98.05% from 255 or 51.76% from 483); Blue value is 218 (85.55% from 255 or 45.13% from 483); Max value from RGB is 250 - color contains mainly: green. Hex color #0FFADA is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0FFADA is #F00525. Grayscale: #AFAFAF. Windows color (decimal): -15729958 or 14350863. OLE color: 14350863.
HSL color Cylindrical-coordinate representation of color #0FFADA: hue angle of 171.83º 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 #0FFADA is Cyan = 0.94, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 15 | 250 | 218 | - |
| CMYK | 0.94 | 0 | 0.13 | 0.02 |
| HSL | 171.83º | 0.96% | 0.52% | - |
| HSV(B) | 171.83º | 0.94% | 0.98% | - |
| XYZ | 47.04 | 73.53 | 78.04 | - |
| YUV | 176.09 | 151.64 | 13.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 250 | 218 | 0.94 | 0 | 0.13 | 0.02 | 171.83 | 0.96 | 0.52 |
| Hex | F | FA | DA | 5E | 0 | D | 2 | AC | 60 | 34 |
| Octal | 17 | 372 | 332 | 136 | 0 | 15 | 2 | 254 | 140 | 64 |
| Binary | 1111 | 11111010 | 11011010 | 1011110 | 0 | 1101 | 10 | 10101100 | 1100000 | 110100 |
Color Harmonies of #0FFADA
Complementary color
Monochromatic Colors of #0FFADA
Black with #0FFADA
Text Example
Text Example
White with #0FFADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FFADA; }
p { color: rgb(15,250,218); }
H1.HeaderClassName
{
color: #0FFADA;
}
.AnyTagClassName
{
color: #0FFADA;
}
</style>
background-color css
<style>
a { background-color: #0FFADA; }
a { background-color: rgb(15,250,218); }
div.DivClassName
{
background-color: #0FFADA;
}
.BgClassName
{
background-color: #0FFADA;
}
</style>
border-color css
<style>
span { border-color: #0FFADA; }
span { border-color: rgb(15,250,218); }
td.TdClassName
{
border-color: #0FFADA;
}
.TagClassName
{
border-color: #0FFADA;
}
</style>