Shades of Bright Turquoise #0CDADB
Tints of Bright Turquoise #0CDADB
RGB
CMYK
RGB Variations
Color information
#0CDADB (or 0x0CDADB) is known color: Bright Turquoise. HEX triplet: 0C, DA and DB. RGB value is (12,218,219). Sum of RGB (Red+Green+Blue) = 12+218+219=449 (59% of max value = 765). Red value is 12 (5.08% from 255 or 2.67% from 449); Green value is 218 (85.55% from 255 or 48.55% from 449); Blue value is 219 (85.94% from 255 or 48.78% from 449); Max value from RGB is 219 - color contains mainly: blue. Hex color #0CDADB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CDADB is #F32524. Grayscale: #9C9C9C. Windows color (decimal): -15934757 or 14408204. OLE color: 14408204.
HSL color Cylindrical-coordinate representation of color #0CDADB: hue angle of 180.29º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CDADB is Cyan = 0.95, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 12 | 218 | 219 | - |
| CMYK | 0.95 | 0.00 | 0 | 0.14 |
| HSL | 180.29º | 0.9% | 0.45% | - |
| HSV(B) | 180.29º | 0.95% | 0.86% | - |
| XYZ | 38.01 | 55.34 | 75.7 | - |
| YUV | 156.52 | 163.25 | 24.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 218 | 219 | 0.95 | 0.00 | 0 | 0.14 | 180.29 | 0.9 | 0.45 |
| Hex | C | DA | DB | 5F | 0 | 0 | E | B4 | 5A | 2D |
| Octal | 14 | 332 | 333 | 137 | 0 | 0 | 16 | 264 | 132 | 55 |
| Binary | 1100 | 11011010 | 11011011 | 1011111 | 0 | 0 | 1110 | 10110100 | 1011010 | 101101 |
Color Harmonies of #0CDADB
Complementary color
Monochromatic Colors of #0CDADB
Black with #0CDADB
Text Example
Text Example
White with #0CDADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CDADB; }
p { color: rgb(12,218,219); }
H1.HeaderClassName
{
color: #0CDADB;
}
.AnyTagClassName
{
color: #0CDADB;
}
</style>
background-color css
<style>
a { background-color: #0CDADB; }
a { background-color: rgb(12,218,219); }
div.DivClassName
{
background-color: #0CDADB;
}
.BgClassName
{
background-color: #0CDADB;
}
</style>
border-color css
<style>
span { border-color: #0CDADB; }
span { border-color: rgb(12,218,219); }
td.TdClassName
{
border-color: #0CDADB;
}
.TagClassName
{
border-color: #0CDADB;
}
</style>