Shades of Bright Turquoise #0DF8CC
Tints of Bright Turquoise #0DF8CC
RGB
CMYK
RGB Variations
Color information
#0DF8CC (or 0x0DF8CC) is known color: Bright Turquoise. HEX triplet: 0D, F8 and CC. RGB value is (13,248,204). Sum of RGB (Red+Green+Blue) = 13+248+204=465 (61% of max value = 765). Red value is 13 (5.47% from 255 or 2.80% from 465); Green value is 248 (97.27% from 255 or 53.33% from 465); Blue value is 204 (80.08% from 255 or 43.87% from 465); Max value from RGB is 248 - color contains mainly: green. Hex color #0DF8CC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0DF8CC is #F20733. Grayscale: #ACACAC. Windows color (decimal): -15861556 or 13432845. OLE color: 13432845.
HSL color Cylindrical-coordinate representation of color #0DF8CC: hue angle of 168.77º 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 #0DF8CC is Cyan = 0.95, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 13 | 248 | 204 | - |
| CMYK | 0.95 | 0 | 0.18 | 0.03 |
| HSL | 168.77º | 0.94% | 0.51% | - |
| HSV(B) | 168.77º | 0.95% | 0.97% | - |
| XYZ | 44.63 | 71.58 | 68.59 | - |
| YUV | 172.72 | 145.64 | 14.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 248 | 204 | 0.95 | 0 | 0.18 | 0.03 | 168.77 | 0.94 | 0.51 |
| Hex | D | F8 | CC | 5F | 0 | 12 | 3 | A9 | 5E | 33 |
| Octal | 15 | 370 | 314 | 137 | 0 | 22 | 3 | 251 | 136 | 63 |
| Binary | 1101 | 11111000 | 11001100 | 1011111 | 0 | 10010 | 11 | 10101001 | 1011110 | 110011 |
Color Harmonies of #0DF8CC
Complementary color
Monochromatic Colors of #0DF8CC
Black with #0DF8CC
Text Example
Text Example
White with #0DF8CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DF8CC; }
p { color: rgb(13,248,204); }
H1.HeaderClassName
{
color: #0DF8CC;
}
.AnyTagClassName
{
color: #0DF8CC;
}
</style>
background-color css
<style>
a { background-color: #0DF8CC; }
a { background-color: rgb(13,248,204); }
div.DivClassName
{
background-color: #0DF8CC;
}
.BgClassName
{
background-color: #0DF8CC;
}
</style>
border-color css
<style>
span { border-color: #0DF8CC; }
span { border-color: rgb(13,248,204); }
td.TdClassName
{
border-color: #0DF8CC;
}
.TagClassName
{
border-color: #0DF8CC;
}
</style>