Shades of Bright Turquoise #0DF5CB
Tints of Bright Turquoise #0DF5CB
RGB
CMYK
RGB Variations
Color information
#0DF5CB (or 0x0DF5CB) is known color: Bright Turquoise. HEX triplet: 0D, F5 and CB. RGB value is (13,245,203). Sum of RGB (Red+Green+Blue) = 13+245+203=461 (61% of max value = 765). Red value is 13 (5.47% from 255 or 2.82% from 461); Green value is 245 (96.09% from 255 or 53.15% from 461); Blue value is 203 (79.69% from 255 or 44.03% from 461); Max value from RGB is 245 - color contains mainly: green. Hex color #0DF5CB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0DF5CB is #F20A34. Grayscale: #AAAAAA. Windows color (decimal): -15862325 or 13366541. OLE color: 13366541.
HSL color Cylindrical-coordinate representation of color #0DF5CB: hue angle of 169.14º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0DF5CB is Cyan = 0.95, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 13 | 245 | 203 | - |
| CMYK | 0.95 | 0 | 0.17 | 0.04 |
| HSL | 169.14º | 0.92% | 0.51% | - |
| HSV(B) | 169.14º | 0.95% | 0.96% | - |
| XYZ | 43.6 | 69.7 | 67.66 | - |
| YUV | 170.84 | 146.14 | 15.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 245 | 203 | 0.95 | 0 | 0.17 | 0.04 | 169.14 | 0.92 | 0.51 |
| Hex | D | F5 | CB | 5F | 0 | 11 | 4 | A9 | 5C | 33 |
| Octal | 15 | 365 | 313 | 137 | 0 | 21 | 4 | 251 | 134 | 63 |
| Binary | 1101 | 11110101 | 11001011 | 1011111 | 0 | 10001 | 100 | 10101001 | 1011100 | 110011 |
Color Harmonies of #0DF5CB
Complementary color
Monochromatic Colors of #0DF5CB
Black with #0DF5CB
Text Example
Text Example
White with #0DF5CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DF5CB; }
p { color: rgb(13,245,203); }
H1.HeaderClassName
{
color: #0DF5CB;
}
.AnyTagClassName
{
color: #0DF5CB;
}
</style>
background-color css
<style>
a { background-color: #0DF5CB; }
a { background-color: rgb(13,245,203); }
div.DivClassName
{
background-color: #0DF5CB;
}
.BgClassName
{
background-color: #0DF5CB;
}
</style>
border-color css
<style>
span { border-color: #0DF5CB; }
span { border-color: rgb(13,245,203); }
td.TdClassName
{
border-color: #0DF5CB;
}
.TagClassName
{
border-color: #0DF5CB;
}
</style>