Shades of Bright Turquoise #0CFFCC
Tints of Bright Turquoise #0CFFCC
RGB
CMYK
RGB Variations
Color information
#0CFFCC (or 0x0CFFCC) is known color: Bright Turquoise. HEX triplet: 0C, FF and CC. RGB value is (12,255,204). Sum of RGB (Red+Green+Blue) = 12+255+204=471 (62% of max value = 765). Red value is 12 (5.08% from 255 or 2.55% from 471); Green value is 255 (100% from 255 or 54.14% from 471); Blue value is 204 (80.08% from 255 or 43.31% from 471); Max value from RGB is 255 - color contains mainly: green. Hex color #0CFFCC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0CFFCC is #F30033. Grayscale: #B0B0B0. Windows color (decimal): -15925300 or 13434636. OLE color: 13434636.
HSL color Cylindrical-coordinate representation of color #0CFFCC: hue angle of 167.41º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CFFCC is Cyan = 0.95, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.
Color convert
| RGB | 12 | 255 | 204 | - |
| CMYK | 0.95 | 0 | 0.2 | 0 |
| HSL | 167.41º | 1% | 0.52% | - |
| HSV(B) | 167.41º | 0.95% | 1% | - |
| XYZ | 46.81 | 75.96 | 69.32 | - |
| YUV | 176.53 | 143.49 | 10.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 255 | 204 | 0.95 | 0 | 0.2 | 0 | 167.41 | 1 | 0.52 |
| Hex | C | FF | CC | 5F | 0 | 14 | 0 | A7 | 64 | 34 |
| Octal | 14 | 377 | 314 | 137 | 0 | 24 | 0 | 247 | 144 | 64 |
| Binary | 1100 | 11111111 | 11001100 | 1011111 | 0 | 10100 | 0 | 10100111 | 1100100 | 110100 |
Color Harmonies of #0CFFCC
Complementary color
Monochromatic Colors of #0CFFCC
Black with #0CFFCC
Text Example
Text Example
White with #0CFFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CFFCC; }
p { color: rgb(12,255,204); }
H1.HeaderClassName
{
color: #0CFFCC;
}
.AnyTagClassName
{
color: #0CFFCC;
}
</style>
background-color css
<style>
a { background-color: #0CFFCC; }
a { background-color: rgb(12,255,204); }
div.DivClassName
{
background-color: #0CFFCC;
}
.BgClassName
{
background-color: #0CFFCC;
}
</style>
border-color css
<style>
span { border-color: #0CFFCC; }
span { border-color: rgb(12,255,204); }
td.TdClassName
{
border-color: #0CFFCC;
}
.TagClassName
{
border-color: #0CFFCC;
}
</style>