Shades of Dark Turquoise #12CFDD
Tints of Dark Turquoise #12CFDD
RGB
CMYK
RGB Variations
Color information
#12CFDD (or 0x12CFDD) is known color: Dark Turquoise. HEX triplet: 12, CF and DD. RGB value is (18,207,221). Sum of RGB (Red+Green+Blue) = 18+207+221=446 (59% of max value = 765). Red value is 18 (7.42% from 255 or 4.04% from 446); Green value is 207 (81.25% from 255 or 46.41% from 446); Blue value is 221 (86.72% from 255 or 49.55% from 446); Max value from RGB is 221 - color contains mainly: blue. Hex color #12CFDD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12CFDD is #ED3022. Grayscale: #979797. Windows color (decimal): -15544355 or 14536466. OLE color: 14536466.
HSL color Cylindrical-coordinate representation of color #12CFDD: hue angle of 184.14º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12CFDD is Cyan = 0.92, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 18 | 207 | 221 | - |
| CMYK | 0.92 | 0.06 | 0 | 0.13 |
| HSL | 184.14º | 0.85% | 0.47% | - |
| HSV(B) | 184.14º | 0.92% | 0.87% | - |
| XYZ | 35.61 | 49.97 | 76.18 | - |
| YUV | 152.09 | 166.88 | 32.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 207 | 221 | 0.92 | 0.06 | 0 | 0.13 | 184.14 | 0.85 | 0.47 |
| Hex | 12 | CF | DD | 5C | 6 | 0 | D | B8 | 55 | 2F |
| Octal | 22 | 317 | 335 | 134 | 6 | 0 | 15 | 270 | 125 | 57 |
| Binary | 10010 | 11001111 | 11011101 | 1011100 | 110 | 0 | 1101 | 10111000 | 1010101 | 101111 |
Color Harmonies of #12CFDD
Complementary color
Monochromatic Colors of #12CFDD
Black with #12CFDD
Text Example
Text Example
White with #12CFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12CFDD; }
p { color: rgb(18,207,221); }
H1.HeaderClassName
{
color: #12CFDD;
}
.AnyTagClassName
{
color: #12CFDD;
}
</style>
background-color css
<style>
a { background-color: #12CFDD; }
a { background-color: rgb(18,207,221); }
div.DivClassName
{
background-color: #12CFDD;
}
.BgClassName
{
background-color: #12CFDD;
}
</style>
border-color css
<style>
span { border-color: #12CFDD; }
span { border-color: rgb(18,207,221); }
td.TdClassName
{
border-color: #12CFDD;
}
.TagClassName
{
border-color: #12CFDD;
}
</style>