Shades of Bright Turquoise #0FFFD3
Tints of Bright Turquoise #0FFFD3
RGB
CMYK
RGB Variations
Color information
#0FFFD3 (or 0x0FFFD3) is known color: Bright Turquoise. HEX triplet: 0F, FF and D3. RGB value is (15,255,211). Sum of RGB (Red+Green+Blue) = 15+255+211=481 (63% of max value = 765). Red value is 15 (6.25% from 255 or 3.12% from 481); Green value is 255 (100% from 255 or 53.01% from 481); Blue value is 211 (82.81% from 255 or 43.87% from 481); Max value from RGB is 255 - color contains mainly: green. Hex color #0FFFD3 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0FFFD3 is #F0002C. Grayscale: #B2B2B2. Windows color (decimal): -15728685 or 13893391. OLE color: 13893391.
HSL color Cylindrical-coordinate representation of color #0FFFD3: hue angle of 169º 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 #0FFFD3 is Cyan = 0.94, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.
Color convert
| RGB | 15 | 255 | 211 | - |
| CMYK | 0.94 | 0 | 0.17 | 0 |
| HSL | 169º | 1% | 0.53% | - |
| HSV(B) | 169º | 0.94% | 1% | - |
| XYZ | 47.71 | 76.32 | 73.85 | - |
| YUV | 178.22 | 146.49 | 11.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 255 | 211 | 0.94 | 0 | 0.17 | 0 | 169 | 1 | 0.53 |
| Hex | F | FF | D3 | 5E | 0 | 11 | 0 | A9 | 64 | 35 |
| Octal | 17 | 377 | 323 | 136 | 0 | 21 | 0 | 251 | 144 | 65 |
| Binary | 1111 | 11111111 | 11010011 | 1011110 | 0 | 10001 | 0 | 10101001 | 1100100 | 110101 |
Color Harmonies of #0FFFD3
Complementary color
Monochromatic Colors of #0FFFD3
Black with #0FFFD3
Text Example
Text Example
White with #0FFFD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FFFD3; }
p { color: rgb(15,255,211); }
H1.HeaderClassName
{
color: #0FFFD3;
}
.AnyTagClassName
{
color: #0FFFD3;
}
</style>
background-color css
<style>
a { background-color: #0FFFD3; }
a { background-color: rgb(15,255,211); }
div.DivClassName
{
background-color: #0FFFD3;
}
.BgClassName
{
background-color: #0FFFD3;
}
</style>
border-color css
<style>
span { border-color: #0FFFD3; }
span { border-color: rgb(15,255,211); }
td.TdClassName
{
border-color: #0FFFD3;
}
.TagClassName
{
border-color: #0FFFD3;
}
</style>