Shades of Bright Turquoise #0DF9DD
Tints of Bright Turquoise #0DF9DD
RGB
CMYK
RGB Variations
Color information
#0DF9DD (or 0x0DF9DD) is known color: Bright Turquoise. HEX triplet: 0D, F9 and DD. RGB value is (13,249,221). Sum of RGB (Red+Green+Blue) = 13+249+221=483 (63% of max value = 765). Red value is 13 (5.47% from 255 or 2.69% from 483); Green value is 249 (97.66% from 255 or 51.55% from 483); Blue value is 221 (86.72% from 255 or 45.76% from 483); Max value from RGB is 249 - color contains mainly: green. Hex color #0DF9DD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0DF9DD is #F20622. Grayscale: #AFAFAF. Windows color (decimal): -15861283 or 14547213. OLE color: 14547213.
HSL color Cylindrical-coordinate representation of color #0DF9DD: hue angle of 172.88º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0DF9DD is Cyan = 0.95, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 13 | 249 | 221 | - |
| CMYK | 0.95 | 0 | 0.11 | 0.02 |
| HSL | 172.88º | 0.95% | 0.51% | - |
| HSV(B) | 172.88º | 0.95% | 0.98% | - |
| XYZ | 47.09 | 73.06 | 80.03 | - |
| YUV | 175.24 | 153.81 | 12.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 249 | 221 | 0.95 | 0 | 0.11 | 0.02 | 172.88 | 0.95 | 0.51 |
| Hex | D | F9 | DD | 5F | 0 | B | 2 | AD | 5F | 33 |
| Octal | 15 | 371 | 335 | 137 | 0 | 13 | 2 | 255 | 137 | 63 |
| Binary | 1101 | 11111001 | 11011101 | 1011111 | 0 | 1011 | 10 | 10101101 | 1011111 | 110011 |
Color Harmonies of #0DF9DD
Complementary color
Monochromatic Colors of #0DF9DD
Black with #0DF9DD
Text Example
Text Example
White with #0DF9DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DF9DD; }
p { color: rgb(13,249,221); }
H1.HeaderClassName
{
color: #0DF9DD;
}
.AnyTagClassName
{
color: #0DF9DD;
}
</style>
background-color css
<style>
a { background-color: #0DF9DD; }
a { background-color: rgb(13,249,221); }
div.DivClassName
{
background-color: #0DF9DD;
}
.BgClassName
{
background-color: #0DF9DD;
}
</style>
border-color css
<style>
span { border-color: #0DF9DD; }
span { border-color: rgb(13,249,221); }
td.TdClassName
{
border-color: #0DF9DD;
}
.TagClassName
{
border-color: #0DF9DD;
}
</style>