Shades of Dark Turquoise #12CDDF
Tints of Dark Turquoise #12CDDF
RGB
CMYK
RGB Variations
Color information
#12CDDF (or 0x12CDDF) is known color: Dark Turquoise. HEX triplet: 12, CD and DF. RGB value is (18,205,223). Sum of RGB (Red+Green+Blue) = 18+205+223=446 (59% of max value = 765). Red value is 18 (7.42% from 255 or 4.04% from 446); Green value is 205 (80.47% from 255 or 45.96% from 446); Blue value is 223 (87.5% from 255 or 50% from 446); Max value from RGB is 223 - color contains mainly: blue. Hex color #12CDDF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12CDDF is #ED3220. Grayscale: #969696. Windows color (decimal): -15544865 or 14667026. OLE color: 14667026.
HSL color Cylindrical-coordinate representation of color #12CDDF: hue angle of 185.27º 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 #12CDDF is Cyan = 0.92, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 18 | 205 | 223 | - |
| CMYK | 0.92 | 0.08 | 0 | 0.13 |
| HSL | 185.27º | 0.85% | 0.47% | - |
| HSV(B) | 185.27º | 0.92% | 0.87% | - |
| XYZ | 35.4 | 49.12 | 77.43 | - |
| YUV | 151.14 | 168.55 | 33.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 205 | 223 | 0.92 | 0.08 | 0 | 0.13 | 185.27 | 0.85 | 0.47 |
| Hex | 12 | CD | DF | 5C | 8 | 0 | D | B9 | 55 | 2F |
| Octal | 22 | 315 | 337 | 134 | 10 | 0 | 15 | 271 | 125 | 57 |
| Binary | 10010 | 11001101 | 11011111 | 1011100 | 1000 | 0 | 1101 | 10111001 | 1010101 | 101111 |
Color Harmonies of #12CDDF
Complementary color
Monochromatic Colors of #12CDDF
Black with #12CDDF
Text Example
Text Example
White with #12CDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12CDDF; }
p { color: rgb(18,205,223); }
H1.HeaderClassName
{
color: #12CDDF;
}
.AnyTagClassName
{
color: #12CDDF;
}
</style>
background-color css
<style>
a { background-color: #12CDDF; }
a { background-color: rgb(18,205,223); }
div.DivClassName
{
background-color: #12CDDF;
}
.BgClassName
{
background-color: #12CDDF;
}
</style>
border-color css
<style>
span { border-color: #12CDDF; }
span { border-color: rgb(18,205,223); }
td.TdClassName
{
border-color: #12CDDF;
}
.TagClassName
{
border-color: #12CDDF;
}
</style>