Shades of Bright Turquoise #0FFAD2
Tints of Bright Turquoise #0FFAD2
RGB
CMYK
RGB Variations
Color information
#0FFAD2 (or 0x0FFAD2) is known color: Bright Turquoise. HEX triplet: 0F, FA and D2. RGB value is (15,250,210). Sum of RGB (Red+Green+Blue) = 15+250+210=475 (62% of max value = 765). Red value is 15 (6.25% from 255 or 3.16% from 475); Green value is 250 (98.05% from 255 or 52.63% from 475); Blue value is 210 (82.42% from 255 or 44.21% from 475); Max value from RGB is 250 - color contains mainly: green. Hex color #0FFAD2 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0FFAD2 is #F0052D. Grayscale: #AFAFAF. Windows color (decimal): -15729966 or 13826575. OLE color: 13826575.
HSL color Cylindrical-coordinate representation of color #0FFAD2: hue angle of 169.79º 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 #0FFAD2 is Cyan = 0.94, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 15 | 250 | 210 | - |
| CMYK | 0.94 | 0 | 0.16 | 0.02 |
| HSL | 169.79º | 0.96% | 0.52% | - |
| HSV(B) | 169.79º | 0.94% | 0.98% | - |
| XYZ | 46.02 | 73.13 | 72.66 | - |
| YUV | 175.18 | 147.64 | 13.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 250 | 210 | 0.94 | 0 | 0.16 | 0.02 | 169.79 | 0.96 | 0.52 |
| Hex | F | FA | D2 | 5E | 0 | 10 | 2 | AA | 60 | 34 |
| Octal | 17 | 372 | 322 | 136 | 0 | 20 | 2 | 252 | 140 | 64 |
| Binary | 1111 | 11111010 | 11010010 | 1011110 | 0 | 10000 | 10 | 10101010 | 1100000 | 110100 |
Color Harmonies of #0FFAD2
Complementary color
Monochromatic Colors of #0FFAD2
Black with #0FFAD2
Text Example
Text Example
White with #0FFAD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FFAD2; }
p { color: rgb(15,250,210); }
H1.HeaderClassName
{
color: #0FFAD2;
}
.AnyTagClassName
{
color: #0FFAD2;
}
</style>
background-color css
<style>
a { background-color: #0FFAD2; }
a { background-color: rgb(15,250,210); }
div.DivClassName
{
background-color: #0FFAD2;
}
.BgClassName
{
background-color: #0FFAD2;
}
</style>
border-color css
<style>
span { border-color: #0FFAD2; }
span { border-color: rgb(15,250,210); }
td.TdClassName
{
border-color: #0FFAD2;
}
.TagClassName
{
border-color: #0FFAD2;
}
</style>