Shades of Bright Turquoise #0DDEF5
Tints of Bright Turquoise #0DDEF5
RGB
CMYK
RGB Variations
Color information
#0DDEF5 (or 0x0DDEF5) is known color: Bright Turquoise. HEX triplet: 0D, DE and F5. RGB value is (13,222,245). Sum of RGB (Red+Green+Blue) = 13+222+245=480 (63% of max value = 765). Red value is 13 (5.47% from 255 or 2.71% from 480); Green value is 222 (87.11% from 255 or 46.25% from 480); Blue value is 245 (96.09% from 255 or 51.04% from 480); Max value from RGB is 245 - color contains mainly: blue. Hex color #0DDEF5 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0DDEF5 is #F2210A. Grayscale: #A1A1A1. Windows color (decimal): -15868171 or 16113165. OLE color: 16113165.
HSL color Cylindrical-coordinate representation of color #0DDEF5: hue angle of 185.95º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0DDEF5 is Cyan = 0.95, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 13 | 222 | 245 | - |
| CMYK | 0.95 | 0.09 | 0 | 0.04 |
| HSL | 185.95º | 0.92% | 0.51% | - |
| HSV(B) | 185.95º | 0.95% | 0.96% | - |
| XYZ | 42.77 | 58.92 | 95.5 | - |
| YUV | 162.13 | 174.76 | 21.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 222 | 245 | 0.95 | 0.09 | 0 | 0.04 | 185.95 | 0.92 | 0.51 |
| Hex | D | DE | F5 | 5F | 9 | 0 | 4 | BA | 5C | 33 |
| Octal | 15 | 336 | 365 | 137 | 11 | 0 | 4 | 272 | 134 | 63 |
| Binary | 1101 | 11011110 | 11110101 | 1011111 | 1001 | 0 | 100 | 10111010 | 1011100 | 110011 |
Color Harmonies of #0DDEF5
Complementary color
Monochromatic Colors of #0DDEF5
Black with #0DDEF5
Text Example
Text Example
White with #0DDEF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DDEF5; }
p { color: rgb(13,222,245); }
H1.HeaderClassName
{
color: #0DDEF5;
}
.AnyTagClassName
{
color: #0DDEF5;
}
</style>
background-color css
<style>
a { background-color: #0DDEF5; }
a { background-color: rgb(13,222,245); }
div.DivClassName
{
background-color: #0DDEF5;
}
.BgClassName
{
background-color: #0DDEF5;
}
</style>
border-color css
<style>
span { border-color: #0DDEF5; }
span { border-color: rgb(13,222,245); }
td.TdClassName
{
border-color: #0DDEF5;
}
.TagClassName
{
border-color: #0DDEF5;
}
</style>