Shades of Bright Turquoise #0CFADB
Tints of Bright Turquoise #0CFADB
RGB
CMYK
RGB Variations
Color information
#0CFADB (or 0x0CFADB) is known color: Bright Turquoise. HEX triplet: 0C, FA and DB. RGB value is (12,250,219). Sum of RGB (Red+Green+Blue) = 12+250+219=481 (63% of max value = 765). Red value is 12 (5.08% from 255 or 2.49% from 481); Green value is 250 (98.05% from 255 or 51.98% from 481); Blue value is 219 (85.94% from 255 or 45.53% from 481); Max value from RGB is 250 - color contains mainly: green. Hex color #0CFADB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0CFADB is #F30524. Grayscale: #AFAFAF. Windows color (decimal): -15926565 or 14416396. OLE color: 14416396.
HSL color Cylindrical-coordinate representation of color #0CFADB: hue angle of 172.18º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CFADB is Cyan = 0.95, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 12 | 250 | 219 | - |
| CMYK | 0.95 | 0 | 0.12 | 0.02 |
| HSL | 172.18º | 0.96% | 0.51% | - |
| HSV(B) | 172.18º | 0.95% | 0.98% | - |
| XYZ | 47.12 | 73.56 | 78.73 | - |
| YUV | 175.3 | 152.65 | 11.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 250 | 219 | 0.95 | 0 | 0.12 | 0.02 | 172.18 | 0.96 | 0.51 |
| Hex | C | FA | DB | 5F | 0 | C | 2 | AC | 60 | 33 |
| Octal | 14 | 372 | 333 | 137 | 0 | 14 | 2 | 254 | 140 | 63 |
| Binary | 1100 | 11111010 | 11011011 | 1011111 | 0 | 1100 | 10 | 10101100 | 1100000 | 110011 |
Color Harmonies of #0CFADB
Complementary color
Monochromatic Colors of #0CFADB
Black with #0CFADB
Text Example
Text Example
White with #0CFADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CFADB; }
p { color: rgb(12,250,219); }
H1.HeaderClassName
{
color: #0CFADB;
}
.AnyTagClassName
{
color: #0CFADB;
}
</style>
background-color css
<style>
a { background-color: #0CFADB; }
a { background-color: rgb(12,250,219); }
div.DivClassName
{
background-color: #0CFADB;
}
.BgClassName
{
background-color: #0CFADB;
}
</style>
border-color css
<style>
span { border-color: #0CFADB; }
span { border-color: rgb(12,250,219); }
td.TdClassName
{
border-color: #0CFADB;
}
.TagClassName
{
border-color: #0CFADB;
}
</style>