Shades of Bright Turquoise #12D7D8
Tints of Bright Turquoise #12D7D8
RGB
CMYK
RGB Variations
Color information
#12D7D8 (or 0x12D7D8) is known color: Bright Turquoise. HEX triplet: 12, D7 and D8. RGB value is (18,215,216). Sum of RGB (Red+Green+Blue) = 18+215+216=449 (59% of max value = 765). Red value is 18 (7.42% from 255 or 4.01% from 449); Green value is 215 (84.38% from 255 or 47.88% from 449); Blue value is 216 (84.77% from 255 or 48.11% from 449); Max value from RGB is 216 - color contains mainly: blue. Hex color #12D7D8 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12D7D8 is #ED2827. Grayscale: #9C9C9C. Windows color (decimal): -15542312 or 14210834. OLE color: 14210834.
HSL color Cylindrical-coordinate representation of color #12D7D8: hue angle of 180.3º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12D7D8 is Cyan = 0.92, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 18 | 215 | 216 | - |
| CMYK | 0.92 | 0.00 | 0 | 0.15 |
| HSL | 180.3º | 0.85% | 0.46% | - |
| HSV(B) | 180.3º | 0.92% | 0.85% | - |
| XYZ | 36.94 | 53.69 | 73.38 | - |
| YUV | 156.21 | 161.73 | 29.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 215 | 216 | 0.92 | 0.00 | 0 | 0.15 | 180.3 | 0.85 | 0.46 |
| Hex | 12 | D7 | D8 | 5C | 0 | 0 | F | B4 | 55 | 2E |
| Octal | 22 | 327 | 330 | 134 | 0 | 0 | 17 | 264 | 125 | 56 |
| Binary | 10010 | 11010111 | 11011000 | 1011100 | 0 | 0 | 1111 | 10110100 | 1010101 | 101110 |
Color Harmonies of #12D7D8
Complementary color
Monochromatic Colors of #12D7D8
Black with #12D7D8
Text Example
Text Example
White with #12D7D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12D7D8; }
p { color: rgb(18,215,216); }
H1.HeaderClassName
{
color: #12D7D8;
}
.AnyTagClassName
{
color: #12D7D8;
}
</style>
background-color css
<style>
a { background-color: #12D7D8; }
a { background-color: rgb(18,215,216); }
div.DivClassName
{
background-color: #12D7D8;
}
.BgClassName
{
background-color: #12D7D8;
}
</style>
border-color css
<style>
span { border-color: #12D7D8; }
span { border-color: rgb(18,215,216); }
td.TdClassName
{
border-color: #12D7D8;
}
.TagClassName
{
border-color: #12D7D8;
}
</style>