Shades of Bright Turquoise #0CDFDF
Tints of Bright Turquoise #0CDFDF
RGB
CMYK
RGB Variations
Color information
#0CDFDF (or 0x0CDFDF) is known color: Bright Turquoise. HEX triplet: 0C, DF and DF. RGB value is (12,223,223). Sum of RGB (Red+Green+Blue) = 12+223+223=458 (60% of max value = 765). Red value is 12 (5.08% from 255 or 2.62% from 458); Green value is 223 (87.5% from 255 or 48.69% from 458); Blue value is 223 (87.5% from 255 or 48.69% from 458); Max value from RGB is 223 - color contains mainly: green, blue. Hex color #0CDFDF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CDFDF is #F32020. Grayscale: #9F9F9F. Windows color (decimal): -15933473 or 14671628. OLE color: 14671628.
HSL color Cylindrical-coordinate representation of color #0CDFDF: hue angle of 180º 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 #0CDFDF is Cyan = 0.95, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 12 | 223 | 223 | - |
| CMYK | 0.95 | 0 | 0 | 0.13 |
| HSL | 180º | 0.9% | 0.46% | - |
| HSV(B) | 180º | 0.95% | 0.87% | - |
| XYZ | 39.86 | 58.18 | 78.94 | - |
| YUV | 159.91 | 163.6 | 22.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 223 | 223 | 0.95 | 0 | 0 | 0.13 | 180 | 0.9 | 0.46 |
| Hex | C | DF | DF | 5F | 0 | 0 | D | B4 | 5A | 2E |
| Octal | 14 | 337 | 337 | 137 | 0 | 0 | 15 | 264 | 132 | 56 |
| Binary | 1100 | 11011111 | 11011111 | 1011111 | 0 | 0 | 1101 | 10110100 | 1011010 | 101110 |
Color Harmonies of #0CDFDF
Complementary color
Monochromatic Colors of #0CDFDF
Black with #0CDFDF
Text Example
Text Example
White with #0CDFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CDFDF; }
p { color: rgb(12,223,223); }
H1.HeaderClassName
{
color: #0CDFDF;
}
.AnyTagClassName
{
color: #0CDFDF;
}
</style>
background-color css
<style>
a { background-color: #0CDFDF; }
a { background-color: rgb(12,223,223); }
div.DivClassName
{
background-color: #0CDFDF;
}
.BgClassName
{
background-color: #0CDFDF;
}
</style>
border-color css
<style>
span { border-color: #0CDFDF; }
span { border-color: rgb(12,223,223); }
td.TdClassName
{
border-color: #0CDFDF;
}
.TagClassName
{
border-color: #0CDFDF;
}
</style>