Shades of Bright Turquoise #0CFBDB
Tints of Bright Turquoise #0CFBDB
RGB
CMYK
RGB Variations
Color information
#0CFBDB (or 0x0CFBDB) is known color: Bright Turquoise. HEX triplet: 0C, FB and DB. RGB value is (12,251,219). Sum of RGB (Red+Green+Blue) = 12+251+219=482 (63% of max value = 765). Red value is 12 (5.08% from 255 or 2.49% from 482); Green value is 251 (98.44% from 255 or 52.07% from 482); Blue value is 219 (85.94% from 255 or 45.44% from 482); Max value from RGB is 251 - color contains mainly: green. Hex color #0CFBDB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0CFBDB is #F30424. Grayscale: #AFAFAF. Windows color (decimal): -15926309 or 14416652. OLE color: 14416652.
HSL color Cylindrical-coordinate representation of color #0CFBDB: hue angle of 171.97º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CFBDB is Cyan = 0.95, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 12 | 251 | 219 | - |
| CMYK | 0.95 | 0 | 0.13 | 0.02 |
| HSL | 171.97º | 0.97% | 0.52% | - |
| HSV(B) | 171.97º | 0.95% | 0.98% | - |
| XYZ | 47.43 | 74.19 | 78.84 | - |
| YUV | 175.89 | 152.32 | 11.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 251 | 219 | 0.95 | 0 | 0.13 | 0.02 | 171.97 | 0.97 | 0.52 |
| Hex | C | FB | DB | 5F | 0 | D | 2 | AC | 61 | 34 |
| Octal | 14 | 373 | 333 | 137 | 0 | 15 | 2 | 254 | 141 | 64 |
| Binary | 1100 | 11111011 | 11011011 | 1011111 | 0 | 1101 | 10 | 10101100 | 1100001 | 110100 |
Color Harmonies of #0CFBDB
Complementary color
Monochromatic Colors of #0CFBDB
Black with #0CFBDB
Text Example
Text Example
White with #0CFBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CFBDB; }
p { color: rgb(12,251,219); }
H1.HeaderClassName
{
color: #0CFBDB;
}
.AnyTagClassName
{
color: #0CFBDB;
}
</style>
background-color css
<style>
a { background-color: #0CFBDB; }
a { background-color: rgb(12,251,219); }
div.DivClassName
{
background-color: #0CFBDB;
}
.BgClassName
{
background-color: #0CFBDB;
}
</style>
border-color css
<style>
span { border-color: #0CFBDB; }
span { border-color: rgb(12,251,219); }
td.TdClassName
{
border-color: #0CFBDB;
}
.TagClassName
{
border-color: #0CFBDB;
}
</style>