Shades of Bright Turquoise #0CDDD5
Tints of Bright Turquoise #0CDDD5
RGB
CMYK
RGB Variations
Color information
#0CDDD5 (or 0x0CDDD5) is known color: Bright Turquoise. HEX triplet: 0C, DD and D5. RGB value is (12,221,213). Sum of RGB (Red+Green+Blue) = 12+221+213=446 (59% of max value = 765). Red value is 12 (5.08% from 255 or 2.69% from 446); Green value is 221 (86.72% from 255 or 49.55% from 446); Blue value is 213 (83.59% from 255 or 47.76% from 446); Max value from RGB is 221 - color contains mainly: green. Hex color #0CDDD5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CDDD5 is #F3222A. Grayscale: #9D9D9D. Windows color (decimal): -15933995 or 14015756. OLE color: 14015756.
HSL color Cylindrical-coordinate representation of color #0CDDD5: hue angle of 177.7º 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 #0CDDD5 is Cyan = 0.95, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 12 | 221 | 213 | - |
| CMYK | 0.95 | 0 | 0.04 | 0.13 |
| HSL | 177.7º | 0.9% | 0.46% | - |
| HSV(B) | 177.7º | 0.95% | 0.87% | - |
| XYZ | 38.02 | 56.6 | 71.87 | - |
| YUV | 157.6 | 159.26 | 24.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 221 | 213 | 0.95 | 0 | 0.04 | 0.13 | 177.7 | 0.9 | 0.46 |
| Hex | C | DD | D5 | 5F | 0 | 4 | D | B2 | 5A | 2E |
| Octal | 14 | 335 | 325 | 137 | 0 | 4 | 15 | 262 | 132 | 56 |
| Binary | 1100 | 11011101 | 11010101 | 1011111 | 0 | 100 | 1101 | 10110010 | 1011010 | 101110 |
Color Harmonies of #0CDDD5
Complementary color
Monochromatic Colors of #0CDDD5
Black with #0CDDD5
Text Example
Text Example
White with #0CDDD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CDDD5; }
p { color: rgb(12,221,213); }
H1.HeaderClassName
{
color: #0CDDD5;
}
.AnyTagClassName
{
color: #0CDDD5;
}
</style>
background-color css
<style>
a { background-color: #0CDDD5; }
a { background-color: rgb(12,221,213); }
div.DivClassName
{
background-color: #0CDDD5;
}
.BgClassName
{
background-color: #0CDDD5;
}
</style>
border-color css
<style>
span { border-color: #0CDDD5; }
span { border-color: rgb(12,221,213); }
td.TdClassName
{
border-color: #0CDDD5;
}
.TagClassName
{
border-color: #0CDDD5;
}
</style>