Shades of Bright Turquoise #0DFFCB
Tints of Bright Turquoise #0DFFCB
RGB
CMYK
RGB Variations
Color information
#0DFFCB (or 0x0DFFCB) is known color: Bright Turquoise. HEX triplet: 0D, FF and CB. RGB value is (13,255,203). Sum of RGB (Red+Green+Blue) = 13+255+203=471 (62% of max value = 765). Red value is 13 (5.47% from 255 or 2.76% from 471); Green value is 255 (100% from 255 or 54.14% from 471); Blue value is 203 (79.69% from 255 or 43.10% from 471); Max value from RGB is 255 - color contains mainly: green. Hex color #0DFFCB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0DFFCB is #F20034. Grayscale: #B0B0B0. Windows color (decimal): -15859765 or 13369101. OLE color: 13369101.
HSL color Cylindrical-coordinate representation of color #0DFFCB: hue angle of 167.11º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0DFFCB is Cyan = 0.95, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 13 | 255 | 203 | - |
| CMYK | 0.95 | 0 | 0.20 | 0 |
| HSL | 167.11º | 1% | 0.53% | - |
| HSV(B) | 167.11º | 0.95% | 1% | - |
| XYZ | 46.71 | 75.92 | 68.69 | - |
| YUV | 176.71 | 142.83 | 11.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 255 | 203 | 0.95 | 0 | 0.20 | 0 | 167.11 | 1 | 0.53 |
| Hex | D | FF | CB | 5F | 0 | 14 | 0 | A7 | 64 | 35 |
| Octal | 15 | 377 | 313 | 137 | 0 | 24 | 0 | 247 | 144 | 65 |
| Binary | 1101 | 11111111 | 11001011 | 1011111 | 0 | 10100 | 0 | 10100111 | 1100100 | 110101 |
Color Harmonies of #0DFFCB
Complementary color
Monochromatic Colors of #0DFFCB
Black with #0DFFCB
Text Example
Text Example
White with #0DFFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DFFCB; }
p { color: rgb(13,255,203); }
H1.HeaderClassName
{
color: #0DFFCB;
}
.AnyTagClassName
{
color: #0DFFCB;
}
</style>
background-color css
<style>
a { background-color: #0DFFCB; }
a { background-color: rgb(13,255,203); }
div.DivClassName
{
background-color: #0DFFCB;
}
.BgClassName
{
background-color: #0DFFCB;
}
</style>
border-color css
<style>
span { border-color: #0DFFCB; }
span { border-color: rgb(13,255,203); }
td.TdClassName
{
border-color: #0DFFCB;
}
.TagClassName
{
border-color: #0DFFCB;
}
</style>