Shades of Bright Turquoise #0CFADC
Tints of Bright Turquoise #0CFADC
RGB
CMYK
RGB Variations
Color information
#0CFADC (or 0x0CFADC) is known color: Bright Turquoise. HEX triplet: 0C, FA and DC. RGB value is (12,250,220). Sum of RGB (Red+Green+Blue) = 12+250+220=482 (63% of max value = 765). Red value is 12 (5.08% from 255 or 2.49% from 482); Green value is 250 (98.05% from 255 or 51.87% from 482); Blue value is 220 (86.33% from 255 or 45.64% from 482); Max value from RGB is 250 - color contains mainly: green. Hex color #0CFADC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0CFADC is #F30523. Grayscale: #AFAFAF. Windows color (decimal): -15926564 or 14481932. OLE color: 14481932.
HSL color Cylindrical-coordinate representation of color #0CFADC: hue angle of 172.44º 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 #0CFADC is Cyan = 0.95, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 12 | 250 | 220 | - |
| CMYK | 0.95 | 0 | 0.12 | 0.02 |
| HSL | 172.44º | 0.96% | 0.51% | - |
| HSV(B) | 172.44º | 0.95% | 0.98% | - |
| XYZ | 47.26 | 73.62 | 79.43 | - |
| YUV | 175.42 | 153.15 | 11.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 250 | 220 | 0.95 | 0 | 0.12 | 0.02 | 172.44 | 0.96 | 0.51 |
| Hex | C | FA | DC | 5F | 0 | C | 2 | AC | 60 | 33 |
| Octal | 14 | 372 | 334 | 137 | 0 | 14 | 2 | 254 | 140 | 63 |
| Binary | 1100 | 11111010 | 11011100 | 1011111 | 0 | 1100 | 10 | 10101100 | 1100000 | 110011 |
Color Harmonies of #0CFADC
Complementary color
Monochromatic Colors of #0CFADC
Black with #0CFADC
Text Example
Text Example
White with #0CFADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CFADC; }
p { color: rgb(12,250,220); }
H1.HeaderClassName
{
color: #0CFADC;
}
.AnyTagClassName
{
color: #0CFADC;
}
</style>
background-color css
<style>
a { background-color: #0CFADC; }
a { background-color: rgb(12,250,220); }
div.DivClassName
{
background-color: #0CFADC;
}
.BgClassName
{
background-color: #0CFADC;
}
</style>
border-color css
<style>
span { border-color: #0CFADC; }
span { border-color: rgb(12,250,220); }
td.TdClassName
{
border-color: #0CFADC;
}
.TagClassName
{
border-color: #0CFADC;
}
</style>