Shades of Bright Turquoise #0DF8CA
Tints of Bright Turquoise #0DF8CA
RGB
CMYK
RGB Variations
Color information
#0DF8CA (or 0x0DF8CA) is known color: Bright Turquoise. HEX triplet: 0D, F8 and CA. RGB value is (13,248,202). Sum of RGB (Red+Green+Blue) = 13+248+202=463 (61% of max value = 765). Red value is 13 (5.47% from 255 or 2.81% from 463); Green value is 248 (97.27% from 255 or 53.56% from 463); Blue value is 202 (79.30% from 255 or 43.63% from 463); Max value from RGB is 248 - color contains mainly: green. Hex color #0DF8CA is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0DF8CA is #F20735. Grayscale: #ACACAC. Windows color (decimal): -15861558 or 13301773. OLE color: 13301773.
HSL color Cylindrical-coordinate representation of color #0DF8CA: hue angle of 168.26º 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 #0DF8CA is Cyan = 0.95, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 13 | 248 | 202 | - |
| CMYK | 0.95 | 0 | 0.19 | 0.03 |
| HSL | 168.26º | 0.94% | 0.51% | - |
| HSV(B) | 168.26º | 0.95% | 0.97% | - |
| XYZ | 44.39 | 71.48 | 67.34 | - |
| YUV | 172.49 | 144.64 | 14.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 248 | 202 | 0.95 | 0 | 0.19 | 0.03 | 168.26 | 0.94 | 0.51 |
| Hex | D | F8 | CA | 5F | 0 | 13 | 3 | A8 | 5E | 33 |
| Octal | 15 | 370 | 312 | 137 | 0 | 23 | 3 | 250 | 136 | 63 |
| Binary | 1101 | 11111000 | 11001010 | 1011111 | 0 | 10011 | 11 | 10101000 | 1011110 | 110011 |
Color Harmonies of #0DF8CA
Complementary color
Monochromatic Colors of #0DF8CA
Black with #0DF8CA
Text Example
Text Example
White with #0DF8CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DF8CA; }
p { color: rgb(13,248,202); }
H1.HeaderClassName
{
color: #0DF8CA;
}
.AnyTagClassName
{
color: #0DF8CA;
}
</style>
background-color css
<style>
a { background-color: #0DF8CA; }
a { background-color: rgb(13,248,202); }
div.DivClassName
{
background-color: #0DF8CA;
}
.BgClassName
{
background-color: #0DF8CA;
}
</style>
border-color css
<style>
span { border-color: #0DF8CA; }
span { border-color: rgb(13,248,202); }
td.TdClassName
{
border-color: #0DF8CA;
}
.TagClassName
{
border-color: #0DF8CA;
}
</style>