Shades of Bright Turquoise #0CFDCD
Tints of Bright Turquoise #0CFDCD
RGB
CMYK
RGB Variations
Color information
#0CFDCD (or 0x0CFDCD) is known color: Bright Turquoise. HEX triplet: 0C, FD and CD. RGB value is (12,253,205). Sum of RGB (Red+Green+Blue) = 12+253+205=470 (62% of max value = 765). Red value is 12 (5.08% from 255 or 2.55% from 470); Green value is 253 (99.22% from 255 or 53.83% from 470); Blue value is 205 (80.47% from 255 or 43.62% from 470); Max value from RGB is 253 - color contains mainly: green. Hex color #0CFDCD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0CFDCD is #F30232. Grayscale: #AFAFAF. Windows color (decimal): -15925811 or 13499660. OLE color: 13499660.
HSL color Cylindrical-coordinate representation of color #0CFDCD: hue angle of 168.05º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CFDCD is Cyan = 0.95, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 12 | 253 | 205 | - |
| CMYK | 0.95 | 0 | 0.19 | 0.01 |
| HSL | 168.05º | 0.98% | 0.52% | - |
| HSV(B) | 168.05º | 0.95% | 0.99% | - |
| XYZ | 46.3 | 74.74 | 69.74 | - |
| YUV | 175.47 | 144.66 | 11.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 253 | 205 | 0.95 | 0 | 0.19 | 0.01 | 168.05 | 0.98 | 0.52 |
| Hex | C | FD | CD | 5F | 0 | 13 | 1 | A8 | 62 | 34 |
| Octal | 14 | 375 | 315 | 137 | 0 | 23 | 1 | 250 | 142 | 64 |
| Binary | 1100 | 11111101 | 11001101 | 1011111 | 0 | 10011 | 1 | 10101000 | 1100010 | 110100 |
Color Harmonies of #0CFDCD
Complementary color
Monochromatic Colors of #0CFDCD
Black with #0CFDCD
Text Example
Text Example
White with #0CFDCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CFDCD; }
p { color: rgb(12,253,205); }
H1.HeaderClassName
{
color: #0CFDCD;
}
.AnyTagClassName
{
color: #0CFDCD;
}
</style>
background-color css
<style>
a { background-color: #0CFDCD; }
a { background-color: rgb(12,253,205); }
div.DivClassName
{
background-color: #0CFDCD;
}
.BgClassName
{
background-color: #0CFDCD;
}
</style>
border-color css
<style>
span { border-color: #0CFDCD; }
span { border-color: rgb(12,253,205); }
td.TdClassName
{
border-color: #0CFDCD;
}
.TagClassName
{
border-color: #0CFDCD;
}
</style>