Shades of Bright Turquoise #0DF0DF
Tints of Bright Turquoise #0DF0DF
RGB
CMYK
RGB Variations
Color information
#0DF0DF (or 0x0DF0DF) is known color: Bright Turquoise. HEX triplet: 0D, F0 and DF. RGB value is (13,240,223). Sum of RGB (Red+Green+Blue) = 13+240+223=476 (63% of max value = 765). Red value is 13 (5.47% from 255 or 2.73% from 476); Green value is 240 (94.14% from 255 or 50.42% from 476); Blue value is 223 (87.5% from 255 or 46.85% from 476); Max value from RGB is 240 - color contains mainly: green. Hex color #0DF0DF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0DF0DF is #F20F20. Grayscale: #AAAAAA. Windows color (decimal): -15863585 or 14675981. OLE color: 14675981.
HSL color Cylindrical-coordinate representation of color #0DF0DF: hue angle of 175.51º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0DF0DF is Cyan = 0.95, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 13 | 240 | 223 | - |
| CMYK | 0.95 | 0 | 0.07 | 0.06 |
| HSL | 175.51º | 0.9% | 0.5% | - |
| HSV(B) | 175.51º | 0.95% | 0.94% | - |
| XYZ | 44.65 | 67.73 | 80.53 | - |
| YUV | 170.19 | 157.79 | 15.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 240 | 223 | 0.95 | 0 | 0.07 | 0.06 | 175.51 | 0.9 | 0.5 |
| Hex | D | F0 | DF | 5F | 0 | 7 | 6 | B0 | 5A | 32 |
| Octal | 15 | 360 | 337 | 137 | 0 | 7 | 6 | 260 | 132 | 62 |
| Binary | 1101 | 11110000 | 11011111 | 1011111 | 0 | 111 | 110 | 10110000 | 1011010 | 110010 |
Color Harmonies of #0DF0DF
Complementary color
Monochromatic Colors of #0DF0DF
Black with #0DF0DF
Text Example
Text Example
White with #0DF0DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DF0DF; }
p { color: rgb(13,240,223); }
H1.HeaderClassName
{
color: #0DF0DF;
}
.AnyTagClassName
{
color: #0DF0DF;
}
</style>
background-color css
<style>
a { background-color: #0DF0DF; }
a { background-color: rgb(13,240,223); }
div.DivClassName
{
background-color: #0DF0DF;
}
.BgClassName
{
background-color: #0DF0DF;
}
</style>
border-color css
<style>
span { border-color: #0DF0DF; }
span { border-color: rgb(13,240,223); }
td.TdClassName
{
border-color: #0DF0DF;
}
.TagClassName
{
border-color: #0DF0DF;
}
</style>