Shades of Bright Turquoise #0CFADA
Tints of Bright Turquoise #0CFADA
RGB
CMYK
RGB Variations
Color information
#0CFADA (or 0x0CFADA) is known color: Bright Turquoise. HEX triplet: 0C, FA and DA. RGB value is (12,250,218). Sum of RGB (Red+Green+Blue) = 12+250+218=480 (63% of max value = 765). Red value is 12 (5.08% from 255 or 2.5% from 480); Green value is 250 (98.05% from 255 or 52.08% from 480); Blue value is 218 (85.55% from 255 or 45.42% from 480); Max value from RGB is 250 - color contains mainly: green. Hex color #0CFADA is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0CFADA is #F30525. Grayscale: #AFAFAF. Windows color (decimal): -15926566 or 14350860. OLE color: 14350860.
HSL color Cylindrical-coordinate representation of color #0CFADA: hue angle of 171.93º 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 #0CFADA is Cyan = 0.95, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 12 | 250 | 218 | - |
| CMYK | 0.95 | 0 | 0.13 | 0.02 |
| HSL | 171.93º | 0.96% | 0.51% | - |
| HSV(B) | 171.93º | 0.95% | 0.98% | - |
| XYZ | 46.99 | 73.51 | 78.04 | - |
| YUV | 175.19 | 152.15 | 11.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 250 | 218 | 0.95 | 0 | 0.13 | 0.02 | 171.93 | 0.96 | 0.51 |
| Hex | C | FA | DA | 5F | 0 | D | 2 | AC | 60 | 33 |
| Octal | 14 | 372 | 332 | 137 | 0 | 15 | 2 | 254 | 140 | 63 |
| Binary | 1100 | 11111010 | 11011010 | 1011111 | 0 | 1101 | 10 | 10101100 | 1100000 | 110011 |
Color Harmonies of #0CFADA
Complementary color
Monochromatic Colors of #0CFADA
Black with #0CFADA
Text Example
Text Example
White with #0CFADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CFADA; }
p { color: rgb(12,250,218); }
H1.HeaderClassName
{
color: #0CFADA;
}
.AnyTagClassName
{
color: #0CFADA;
}
</style>
background-color css
<style>
a { background-color: #0CFADA; }
a { background-color: rgb(12,250,218); }
div.DivClassName
{
background-color: #0CFADA;
}
.BgClassName
{
background-color: #0CFADA;
}
</style>
border-color css
<style>
span { border-color: #0CFADA; }
span { border-color: rgb(12,250,218); }
td.TdClassName
{
border-color: #0CFADA;
}
.TagClassName
{
border-color: #0CFADA;
}
</style>