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