Shades of Bright Turquoise #0FFDD8
Tints of Bright Turquoise #0FFDD8
RGB
CMYK
RGB Variations
Color information
#0FFDD8 (or 0x0FFDD8) is known color: Bright Turquoise. HEX triplet: 0F, FD and D8. RGB value is (15,253,216). Sum of RGB (Red+Green+Blue) = 15+253+216=484 (64% of max value = 765). Red value is 15 (6.25% from 255 or 3.10% from 484); Green value is 253 (99.22% from 255 or 52.27% from 484); Blue value is 216 (84.77% from 255 or 44.63% from 484); Max value from RGB is 253 - color contains mainly: green. Hex color #0FFDD8 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0FFDD8 is #F00227. Grayscale: #B1B1B1. Windows color (decimal): -15729192 or 14220559. OLE color: 14220559.
HSL color Cylindrical-coordinate representation of color #0FFDD8: hue angle of 170.67º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FFDD8 is Cyan = 0.94, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 15 | 253 | 216 | - |
| CMYK | 0.94 | 0 | 0.15 | 0.01 |
| HSL | 170.67º | 0.98% | 0.53% | - |
| HSV(B) | 170.67º | 0.94% | 0.99% | - |
| XYZ | 47.72 | 75.31 | 76.99 | - |
| YUV | 177.62 | 149.65 | 12.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 253 | 216 | 0.94 | 0 | 0.15 | 0.01 | 170.67 | 0.98 | 0.53 |
| Hex | F | FD | D8 | 5E | 0 | F | 1 | AB | 62 | 35 |
| Octal | 17 | 375 | 330 | 136 | 0 | 17 | 1 | 253 | 142 | 65 |
| Binary | 1111 | 11111101 | 11011000 | 1011110 | 0 | 1111 | 1 | 10101011 | 1100010 | 110101 |
Color Harmonies of #0FFDD8
Complementary color
Monochromatic Colors of #0FFDD8
Black with #0FFDD8
Text Example
Text Example
White with #0FFDD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FFDD8; }
p { color: rgb(15,253,216); }
H1.HeaderClassName
{
color: #0FFDD8;
}
.AnyTagClassName
{
color: #0FFDD8;
}
</style>
background-color css
<style>
a { background-color: #0FFDD8; }
a { background-color: rgb(15,253,216); }
div.DivClassName
{
background-color: #0FFDD8;
}
.BgClassName
{
background-color: #0FFDD8;
}
</style>
border-color css
<style>
span { border-color: #0FFDD8; }
span { border-color: rgb(15,253,216); }
td.TdClassName
{
border-color: #0FFDD8;
}
.TagClassName
{
border-color: #0FFDD8;
}
</style>