Shades of Dark Turquoise #12CFDA
Tints of Dark Turquoise #12CFDA
RGB
CMYK
RGB Variations
Color information
#12CFDA (or 0x12CFDA) is known color: Dark Turquoise. HEX triplet: 12, CF and DA. RGB value is (18,207,218). Sum of RGB (Red+Green+Blue) = 18+207+218=443 (58% of max value = 765). Red value is 18 (7.42% from 255 or 4.06% from 443); Green value is 207 (81.25% from 255 or 46.73% from 443); Blue value is 218 (85.55% from 255 or 49.21% from 443); Max value from RGB is 218 - color contains mainly: blue. Hex color #12CFDA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12CFDA is #ED3025. Grayscale: #979797. Windows color (decimal): -15544358 or 14339858. OLE color: 14339858.
HSL color Cylindrical-coordinate representation of color #12CFDA: hue angle of 183.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 #12CFDA is Cyan = 0.92, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 18 | 207 | 218 | - |
| CMYK | 0.92 | 0.05 | 0 | 0.15 |
| HSL | 183.3º | 0.85% | 0.46% | - |
| HSV(B) | 183.3º | 0.92% | 0.85% | - |
| XYZ | 35.22 | 49.82 | 74.09 | - |
| YUV | 151.74 | 165.38 | 32.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 207 | 218 | 0.92 | 0.05 | 0 | 0.15 | 183.3 | 0.85 | 0.46 |
| Hex | 12 | CF | DA | 5C | 5 | 0 | F | B7 | 55 | 2E |
| Octal | 22 | 317 | 332 | 134 | 5 | 0 | 17 | 267 | 125 | 56 |
| Binary | 10010 | 11001111 | 11011010 | 1011100 | 101 | 0 | 1111 | 10110111 | 1010101 | 101110 |
Color Harmonies of #12CFDA
Complementary color
Monochromatic Colors of #12CFDA
Black with #12CFDA
Text Example
Text Example
White with #12CFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12CFDA; }
p { color: rgb(18,207,218); }
H1.HeaderClassName
{
color: #12CFDA;
}
.AnyTagClassName
{
color: #12CFDA;
}
</style>
background-color css
<style>
a { background-color: #12CFDA; }
a { background-color: rgb(18,207,218); }
div.DivClassName
{
background-color: #12CFDA;
}
.BgClassName
{
background-color: #12CFDA;
}
</style>
border-color css
<style>
span { border-color: #12CFDA; }
span { border-color: rgb(18,207,218); }
td.TdClassName
{
border-color: #12CFDA;
}
.TagClassName
{
border-color: #12CFDA;
}
</style>