Shades of Bright Turquoise #0CFBCD
Tints of Bright Turquoise #0CFBCD
RGB
CMYK
RGB Variations
Color information
#0CFBCD (or 0x0CFBCD) is known color: Bright Turquoise. HEX triplet: 0C, FB and CD. RGB value is (12,251,205). Sum of RGB (Red+Green+Blue) = 12+251+205=468 (61% of max value = 765). Red value is 12 (5.08% from 255 or 2.56% from 468); Green value is 251 (98.44% from 255 or 53.63% from 468); Blue value is 205 (80.47% from 255 or 43.80% from 468); Max value from RGB is 251 - color contains mainly: green. Hex color #0CFBCD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0CFBCD is #F30432. Grayscale: #AEAEAE. Windows color (decimal): -15926323 or 13499148. OLE color: 13499148.
HSL color Cylindrical-coordinate representation of color #0CFBCD: hue angle of 168.45º 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 #0CFBCD is Cyan = 0.95, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 12 | 251 | 205 | - |
| CMYK | 0.95 | 0 | 0.18 | 0.02 |
| HSL | 168.45º | 0.97% | 0.52% | - |
| HSV(B) | 168.45º | 0.95% | 0.98% | - |
| XYZ | 45.67 | 73.48 | 69.53 | - |
| YUV | 174.3 | 145.32 | 12.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 251 | 205 | 0.95 | 0 | 0.18 | 0.02 | 168.45 | 0.97 | 0.52 |
| Hex | C | FB | CD | 5F | 0 | 12 | 2 | A8 | 61 | 34 |
| Octal | 14 | 373 | 315 | 137 | 0 | 22 | 2 | 250 | 141 | 64 |
| Binary | 1100 | 11111011 | 11001101 | 1011111 | 0 | 10010 | 10 | 10101000 | 1100001 | 110100 |
Color Harmonies of #0CFBCD
Complementary color
Monochromatic Colors of #0CFBCD
Black with #0CFBCD
Text Example
Text Example
White with #0CFBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CFBCD; }
p { color: rgb(12,251,205); }
H1.HeaderClassName
{
color: #0CFBCD;
}
.AnyTagClassName
{
color: #0CFBCD;
}
</style>
background-color css
<style>
a { background-color: #0CFBCD; }
a { background-color: rgb(12,251,205); }
div.DivClassName
{
background-color: #0CFBCD;
}
.BgClassName
{
background-color: #0CFBCD;
}
</style>
border-color css
<style>
span { border-color: #0CFBCD; }
span { border-color: rgb(12,251,205); }
td.TdClassName
{
border-color: #0CFBCD;
}
.TagClassName
{
border-color: #0CFBCD;
}
</style>