Shades of Bright Turquoise #0DFDCE
Tints of Bright Turquoise #0DFDCE
RGB
CMYK
RGB Variations
Color information
#0DFDCE (or 0x0DFDCE) is known color: Bright Turquoise. HEX triplet: 0D, FD and CE. RGB value is (13,253,206). Sum of RGB (Red+Green+Blue) = 13+253+206=472 (62% of max value = 765). Red value is 13 (5.47% from 255 or 2.75% from 472); Green value is 253 (99.22% from 255 or 53.60% from 472); Blue value is 206 (80.86% from 255 or 43.64% from 472); Max value from RGB is 253 - color contains mainly: green. Hex color #0DFDCE is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0DFDCE is #F20231. Grayscale: #AFAFAF. Windows color (decimal): -15860274 or 13565197. OLE color: 13565197.
HSL color Cylindrical-coordinate representation of color #0DFDCE: hue angle of 168.25º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0DFDCE is Cyan = 0.95, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 13 | 253 | 206 | - |
| CMYK | 0.95 | 0 | 0.19 | 0.01 |
| HSL | 168.25º | 0.98% | 0.52% | - |
| HSV(B) | 168.25º | 0.95% | 0.99% | - |
| XYZ | 46.43 | 74.79 | 70.38 | - |
| YUV | 175.88 | 144.99 | 11.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 253 | 206 | 0.95 | 0 | 0.19 | 0.01 | 168.25 | 0.98 | 0.52 |
| Hex | D | FD | CE | 5F | 0 | 13 | 1 | A8 | 62 | 34 |
| Octal | 15 | 375 | 316 | 137 | 0 | 23 | 1 | 250 | 142 | 64 |
| Binary | 1101 | 11111101 | 11001110 | 1011111 | 0 | 10011 | 1 | 10101000 | 1100010 | 110100 |
Color Harmonies of #0DFDCE
Complementary color
Monochromatic Colors of #0DFDCE
Black with #0DFDCE
Text Example
Text Example
White with #0DFDCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DFDCE; }
p { color: rgb(13,253,206); }
H1.HeaderClassName
{
color: #0DFDCE;
}
.AnyTagClassName
{
color: #0DFDCE;
}
</style>
background-color css
<style>
a { background-color: #0DFDCE; }
a { background-color: rgb(13,253,206); }
div.DivClassName
{
background-color: #0DFDCE;
}
.BgClassName
{
background-color: #0DFDCE;
}
</style>
border-color css
<style>
span { border-color: #0DFDCE; }
span { border-color: rgb(13,253,206); }
td.TdClassName
{
border-color: #0DFDCE;
}
.TagClassName
{
border-color: #0DFDCE;
}
</style>