Shades of Bright Turquoise #0FE5DD
Tints of Bright Turquoise #0FE5DD
RGB
CMYK
RGB Variations
Color information
#0FE5DD (or 0x0FE5DD) is known color: Bright Turquoise. HEX triplet: 0F, E5 and DD. RGB value is (15,229,221). Sum of RGB (Red+Green+Blue) = 15+229+221=465 (61% of max value = 765). Red value is 15 (6.25% from 255 or 3.23% from 465); Green value is 229 (89.84% from 255 or 49.25% from 465); Blue value is 221 (86.72% from 255 or 47.53% from 465); Max value from RGB is 229 - color contains mainly: green. Hex color #0FE5DD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FE5DD is #F01A22. Grayscale: #A3A3A3. Windows color (decimal): -15735331 or 14542095. OLE color: 14542095.
HSL color Cylindrical-coordinate representation of color #0FE5DD: hue angle of 177.76º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FE5DD is Cyan = 0.93, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 15 | 229 | 221 | - |
| CMYK | 0.93 | 0 | 0.03 | 0.10 |
| HSL | 177.76º | 0.88% | 0.48% | - |
| HSV(B) | 177.76º | 0.93% | 0.9% | - |
| XYZ | 41.27 | 61.36 | 78.08 | - |
| YUV | 164.1 | 160.1 | 21.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 229 | 221 | 0.93 | 0 | 0.03 | 0.10 | 177.76 | 0.88 | 0.48 |
| Hex | F | E5 | DD | 5D | 0 | 3 | A | B2 | 58 | 30 |
| Octal | 17 | 345 | 335 | 135 | 0 | 3 | 12 | 262 | 130 | 60 |
| Binary | 1111 | 11100101 | 11011101 | 1011101 | 0 | 11 | 1010 | 10110010 | 1011000 | 110000 |
Color Harmonies of #0FE5DD
Complementary color
Monochromatic Colors of #0FE5DD
Black with #0FE5DD
Text Example
Text Example
White with #0FE5DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FE5DD; }
p { color: rgb(15,229,221); }
H1.HeaderClassName
{
color: #0FE5DD;
}
.AnyTagClassName
{
color: #0FE5DD;
}
</style>
background-color css
<style>
a { background-color: #0FE5DD; }
a { background-color: rgb(15,229,221); }
div.DivClassName
{
background-color: #0FE5DD;
}
.BgClassName
{
background-color: #0FE5DD;
}
</style>
border-color css
<style>
span { border-color: #0FE5DD; }
span { border-color: rgb(15,229,221); }
td.TdClassName
{
border-color: #0FE5DD;
}
.TagClassName
{
border-color: #0FE5DD;
}
</style>