Shades of Bright Turquoise #0FE3DD
Tints of Bright Turquoise #0FE3DD
RGB
CMYK
RGB Variations
Color information
#0FE3DD (or 0x0FE3DD) is known color: Bright Turquoise. HEX triplet: 0F, E3 and DD. RGB value is (15,227,221). Sum of RGB (Red+Green+Blue) = 15+227+221=463 (61% of max value = 765). Red value is 15 (6.25% from 255 or 3.24% from 463); Green value is 227 (89.06% from 255 or 49.03% from 463); Blue value is 221 (86.72% from 255 or 47.73% from 463); Max value from RGB is 227 - color contains mainly: green. Hex color #0FE3DD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FE3DD is #F01C22. Grayscale: #A2A2A2. Windows color (decimal): -15735843 or 14541583. OLE color: 14541583.
HSL color Cylindrical-coordinate representation of color #0FE3DD: hue angle of 178.3º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FE3DD is Cyan = 0.93, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 15 | 227 | 221 | - |
| CMYK | 0.93 | 0 | 0.03 | 0.11 |
| HSL | 178.3º | 0.88% | 0.47% | - |
| HSV(B) | 178.3º | 0.93% | 0.89% | - |
| XYZ | 40.72 | 60.26 | 77.89 | - |
| YUV | 162.93 | 160.76 | 22.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 227 | 221 | 0.93 | 0 | 0.03 | 0.11 | 178.3 | 0.88 | 0.47 |
| Hex | F | E3 | DD | 5D | 0 | 3 | B | B2 | 58 | 2F |
| Octal | 17 | 343 | 335 | 135 | 0 | 3 | 13 | 262 | 130 | 57 |
| Binary | 1111 | 11100011 | 11011101 | 1011101 | 0 | 11 | 1011 | 10110010 | 1011000 | 101111 |
Color Harmonies of #0FE3DD
Complementary color
Monochromatic Colors of #0FE3DD
Black with #0FE3DD
Text Example
Text Example
White with #0FE3DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FE3DD; }
p { color: rgb(15,227,221); }
H1.HeaderClassName
{
color: #0FE3DD;
}
.AnyTagClassName
{
color: #0FE3DD;
}
</style>
background-color css
<style>
a { background-color: #0FE3DD; }
a { background-color: rgb(15,227,221); }
div.DivClassName
{
background-color: #0FE3DD;
}
.BgClassName
{
background-color: #0FE3DD;
}
</style>
border-color css
<style>
span { border-color: #0FE3DD; }
span { border-color: rgb(15,227,221); }
td.TdClassName
{
border-color: #0FE3DD;
}
.TagClassName
{
border-color: #0FE3DD;
}
</style>