Shades of Bright Turquoise #0FF3DD
Tints of Bright Turquoise #0FF3DD
RGB
CMYK
RGB Variations
Color information
#0FF3DD (or 0x0FF3DD) is known color: Bright Turquoise. HEX triplet: 0F, F3 and DD. RGB value is (15,243,221). Sum of RGB (Red+Green+Blue) = 15+243+221=479 (63% of max value = 765). Red value is 15 (6.25% from 255 or 3.13% from 479); Green value is 243 (95.31% from 255 or 50.73% from 479); Blue value is 221 (86.72% from 255 or 46.14% from 479); Max value from RGB is 243 - color contains mainly: green. Hex color #0FF3DD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0FF3DD is #F00C22. Grayscale: #ACACAC. Windows color (decimal): -15731747 or 14545679. OLE color: 14545679.
HSL color Cylindrical-coordinate representation of color #0FF3DD: hue angle of 174.21º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FF3DD is Cyan = 0.94, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 15 | 243 | 221 | - |
| CMYK | 0.94 | 0 | 0.09 | 0.05 |
| HSL | 174.21º | 0.9% | 0.51% | - |
| HSV(B) | 174.21º | 0.94% | 0.95% | - |
| XYZ | 45.3 | 69.42 | 79.42 | - |
| YUV | 172.32 | 155.46 | 15.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 243 | 221 | 0.94 | 0 | 0.09 | 0.05 | 174.21 | 0.9 | 0.51 |
| Hex | F | F3 | DD | 5E | 0 | 9 | 5 | AE | 5A | 33 |
| Octal | 17 | 363 | 335 | 136 | 0 | 11 | 5 | 256 | 132 | 63 |
| Binary | 1111 | 11110011 | 11011101 | 1011110 | 0 | 1001 | 101 | 10101110 | 1011010 | 110011 |
Color Harmonies of #0FF3DD
Complementary color
Monochromatic Colors of #0FF3DD
Black with #0FF3DD
Text Example
Text Example
White with #0FF3DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FF3DD; }
p { color: rgb(15,243,221); }
H1.HeaderClassName
{
color: #0FF3DD;
}
.AnyTagClassName
{
color: #0FF3DD;
}
</style>
background-color css
<style>
a { background-color: #0FF3DD; }
a { background-color: rgb(15,243,221); }
div.DivClassName
{
background-color: #0FF3DD;
}
.BgClassName
{
background-color: #0FF3DD;
}
</style>
border-color css
<style>
span { border-color: #0FF3DD; }
span { border-color: rgb(15,243,221); }
td.TdClassName
{
border-color: #0FF3DD;
}
.TagClassName
{
border-color: #0FF3DD;
}
</style>