Shades of Bright Turquoise #0FFFD2
Tints of Bright Turquoise #0FFFD2
RGB
CMYK
RGB Variations
Color information
#0FFFD2 (or 0x0FFFD2) is known color: Bright Turquoise. HEX triplet: 0F, FF and D2. RGB value is (15,255,210). Sum of RGB (Red+Green+Blue) = 15+255+210=480 (63% of max value = 765). Red value is 15 (6.25% from 255 or 3.12% from 480); Green value is 255 (100% from 255 or 53.12% from 480); Blue value is 210 (82.42% from 255 or 43.75% from 480); Max value from RGB is 255 - color contains mainly: green. Hex color #0FFFD2 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0FFFD2 is #F0002D. Grayscale: #B2B2B2. Windows color (decimal): -15728686 or 13827855. OLE color: 13827855.
HSL color Cylindrical-coordinate representation of color #0FFFD2: hue angle of 168.75º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FFFD2 is Cyan = 0.94, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 15 | 255 | 210 | - |
| CMYK | 0.94 | 0 | 0.18 | 0 |
| HSL | 168.75º | 1% | 0.53% | - |
| HSV(B) | 168.75º | 0.94% | 1% | - |
| XYZ | 47.59 | 76.27 | 73.19 | - |
| YUV | 178.11 | 145.99 | 11.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 255 | 210 | 0.94 | 0 | 0.18 | 0 | 168.75 | 1 | 0.53 |
| Hex | F | FF | D2 | 5E | 0 | 12 | 0 | A9 | 64 | 35 |
| Octal | 17 | 377 | 322 | 136 | 0 | 22 | 0 | 251 | 144 | 65 |
| Binary | 1111 | 11111111 | 11010010 | 1011110 | 0 | 10010 | 0 | 10101001 | 1100100 | 110101 |
Color Harmonies of #0FFFD2
Complementary color
Monochromatic Colors of #0FFFD2
Black with #0FFFD2
Text Example
Text Example
White with #0FFFD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FFFD2; }
p { color: rgb(15,255,210); }
H1.HeaderClassName
{
color: #0FFFD2;
}
.AnyTagClassName
{
color: #0FFFD2;
}
</style>
background-color css
<style>
a { background-color: #0FFFD2; }
a { background-color: rgb(15,255,210); }
div.DivClassName
{
background-color: #0FFFD2;
}
.BgClassName
{
background-color: #0FFFD2;
}
</style>
border-color css
<style>
span { border-color: #0FFFD2; }
span { border-color: rgb(15,255,210); }
td.TdClassName
{
border-color: #0FFFD2;
}
.TagClassName
{
border-color: #0FFFD2;
}
</style>