Shades of Bright Turquoise #0DF8CB
Tints of Bright Turquoise #0DF8CB
RGB
CMYK
RGB Variations
Color information
#0DF8CB (or 0x0DF8CB) is known color: Bright Turquoise. HEX triplet: 0D, F8 and CB. RGB value is (13,248,203). Sum of RGB (Red+Green+Blue) = 13+248+203=464 (61% of max value = 765). Red value is 13 (5.47% from 255 or 2.80% from 464); Green value is 248 (97.27% from 255 or 53.45% from 464); Blue value is 203 (79.69% from 255 or 43.75% from 464); Max value from RGB is 248 - color contains mainly: green. Hex color #0DF8CB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0DF8CB is #F20734. Grayscale: #ACACAC. Windows color (decimal): -15861557 or 13367309. OLE color: 13367309.
HSL color Cylindrical-coordinate representation of color #0DF8CB: hue angle of 168.51º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0DF8CB is Cyan = 0.95, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 13 | 248 | 203 | - |
| CMYK | 0.95 | 0 | 0.18 | 0.03 |
| HSL | 168.51º | 0.94% | 0.51% | - |
| HSV(B) | 168.51º | 0.95% | 0.97% | - |
| XYZ | 44.51 | 71.53 | 67.96 | - |
| YUV | 172.61 | 145.14 | 14.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 248 | 203 | 0.95 | 0 | 0.18 | 0.03 | 168.51 | 0.94 | 0.51 |
| Hex | D | F8 | CB | 5F | 0 | 12 | 3 | A9 | 5E | 33 |
| Octal | 15 | 370 | 313 | 137 | 0 | 22 | 3 | 251 | 136 | 63 |
| Binary | 1101 | 11111000 | 11001011 | 1011111 | 0 | 10010 | 11 | 10101001 | 1011110 | 110011 |
Color Harmonies of #0DF8CB
Complementary color
Monochromatic Colors of #0DF8CB
Black with #0DF8CB
Text Example
Text Example
White with #0DF8CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DF8CB; }
p { color: rgb(13,248,203); }
H1.HeaderClassName
{
color: #0DF8CB;
}
.AnyTagClassName
{
color: #0DF8CB;
}
</style>
background-color css
<style>
a { background-color: #0DF8CB; }
a { background-color: rgb(13,248,203); }
div.DivClassName
{
background-color: #0DF8CB;
}
.BgClassName
{
background-color: #0DF8CB;
}
</style>
border-color css
<style>
span { border-color: #0DF8CB; }
span { border-color: rgb(13,248,203); }
td.TdClassName
{
border-color: #0DF8CB;
}
.TagClassName
{
border-color: #0DF8CB;
}
</style>