Shades of Bright Turquoise #0DEEDF
Tints of Bright Turquoise #0DEEDF
RGB
CMYK
RGB Variations
Color information
#0DEEDF (or 0x0DEEDF) is known color: Bright Turquoise. HEX triplet: 0D, EE and DF. RGB value is (13,238,223). Sum of RGB (Red+Green+Blue) = 13+238+223=474 (62% of max value = 765). Red value is 13 (5.47% from 255 or 2.74% from 474); Green value is 238 (93.36% from 255 or 50.21% from 474); Blue value is 223 (87.5% from 255 or 47.05% from 474); Max value from RGB is 238 - color contains mainly: green. Hex color #0DEEDF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0DEEDF is #F21120. Grayscale: #A8A8A8. Windows color (decimal): -15864097 or 14675469. OLE color: 14675469.
HSL color Cylindrical-coordinate representation of color #0DEEDF: hue angle of 176º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0DEEDF is Cyan = 0.95, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 13 | 238 | 223 | - |
| CMYK | 0.95 | 0 | 0.06 | 0.07 |
| HSL | 176º | 0.9% | 0.49% | - |
| HSV(B) | 176º | 0.95% | 0.93% | - |
| XYZ | 44.06 | 66.56 | 80.34 | - |
| YUV | 169.02 | 158.46 | 16.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 238 | 223 | 0.95 | 0 | 0.06 | 0.07 | 176 | 0.9 | 0.49 |
| Hex | D | EE | DF | 5F | 0 | 6 | 7 | B0 | 5A | 31 |
| Octal | 15 | 356 | 337 | 137 | 0 | 6 | 7 | 260 | 132 | 61 |
| Binary | 1101 | 11101110 | 11011111 | 1011111 | 0 | 110 | 111 | 10110000 | 1011010 | 110001 |
Color Harmonies of #0DEEDF
Complementary color
Monochromatic Colors of #0DEEDF
Black with #0DEEDF
Text Example
Text Example
White with #0DEEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DEEDF; }
p { color: rgb(13,238,223); }
H1.HeaderClassName
{
color: #0DEEDF;
}
.AnyTagClassName
{
color: #0DEEDF;
}
</style>
background-color css
<style>
a { background-color: #0DEEDF; }
a { background-color: rgb(13,238,223); }
div.DivClassName
{
background-color: #0DEEDF;
}
.BgClassName
{
background-color: #0DEEDF;
}
</style>
border-color css
<style>
span { border-color: #0DEEDF; }
span { border-color: rgb(13,238,223); }
td.TdClassName
{
border-color: #0DEEDF;
}
.TagClassName
{
border-color: #0DEEDF;
}
</style>