Shades of Bright Turquoise #0CDFCC
Tints of Bright Turquoise #0CDFCC
RGB
CMYK
RGB Variations
Color information
#0CDFCC (or 0x0CDFCC) is known color: Bright Turquoise. HEX triplet: 0C, DF and CC. RGB value is (12,223,204). Sum of RGB (Red+Green+Blue) = 12+223+204=439 (58% of max value = 765). Red value is 12 (5.08% from 255 or 2.73% from 439); Green value is 223 (87.5% from 255 or 50.80% from 439); Blue value is 204 (80.08% from 255 or 46.47% from 439); Max value from RGB is 223 - color contains mainly: green. Hex color #0CDFCC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CDFCC is #F32033. Grayscale: #9D9D9D. Windows color (decimal): -15933492 or 13426444. OLE color: 13426444.
HSL color Cylindrical-coordinate representation of color #0CDFCC: hue angle of 174.6º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CDFCC is Cyan = 0.95, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 12 | 223 | 204 | - |
| CMYK | 0.95 | 0 | 0.09 | 0.13 |
| HSL | 174.6º | 0.9% | 0.46% | - |
| HSV(B) | 174.6º | 0.95% | 0.87% | - |
| XYZ | 37.44 | 57.21 | 66.2 | - |
| YUV | 157.75 | 154.1 | 24.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 223 | 204 | 0.95 | 0 | 0.09 | 0.13 | 174.6 | 0.9 | 0.46 |
| Hex | C | DF | CC | 5F | 0 | 9 | D | AF | 5A | 2E |
| Octal | 14 | 337 | 314 | 137 | 0 | 11 | 15 | 257 | 132 | 56 |
| Binary | 1100 | 11011111 | 11001100 | 1011111 | 0 | 1001 | 1101 | 10101111 | 1011010 | 101110 |
Color Harmonies of #0CDFCC
Complementary color
Monochromatic Colors of #0CDFCC
Black with #0CDFCC
Text Example
Text Example
White with #0CDFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CDFCC; }
p { color: rgb(12,223,204); }
H1.HeaderClassName
{
color: #0CDFCC;
}
.AnyTagClassName
{
color: #0CDFCC;
}
</style>
background-color css
<style>
a { background-color: #0CDFCC; }
a { background-color: rgb(12,223,204); }
div.DivClassName
{
background-color: #0CDFCC;
}
.BgClassName
{
background-color: #0CDFCC;
}
</style>
border-color css
<style>
span { border-color: #0CDFCC; }
span { border-color: rgb(12,223,204); }
td.TdClassName
{
border-color: #0CDFCC;
}
.TagClassName
{
border-color: #0CDFCC;
}
</style>