Shades of Dark Turquoise #12BFDF
Tints of Dark Turquoise #12BFDF
RGB
CMYK
RGB Variations
Color information
#12BFDF (or 0x12BFDF) is known color: Dark Turquoise. HEX triplet: 12, BF and DF. RGB value is (18,191,223). Sum of RGB (Red+Green+Blue) = 18+191+223=432 (57% of max value = 765). Red value is 18 (7.42% from 255 or 4.17% from 432); Green value is 191 (75% from 255 or 44.21% from 432); Blue value is 223 (87.5% from 255 or 51.62% from 432); Max value from RGB is 223 - color contains mainly: blue. Hex color #12BFDF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12BFDF is #ED4020. Grayscale: #8E8E8E. Windows color (decimal): -15548449 or 14663442. OLE color: 14663442.
HSL color Cylindrical-coordinate representation of color #12BFDF: hue angle of 189.37º 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 #12BFDF is Cyan = 0.92, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 18 | 191 | 223 | - |
| CMYK | 0.92 | 0.14 | 0 | 0.13 |
| HSL | 189.37º | 0.85% | 0.47% | - |
| HSV(B) | 189.37º | 0.92% | 0.87% | - |
| XYZ | 32.2 | 42.72 | 76.36 | - |
| YUV | 142.92 | 173.19 | 38.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 191 | 223 | 0.92 | 0.14 | 0 | 0.13 | 189.37 | 0.85 | 0.47 |
| Hex | 12 | BF | DF | 5C | E | 0 | D | BD | 55 | 2F |
| Octal | 22 | 277 | 337 | 134 | 16 | 0 | 15 | 275 | 125 | 57 |
| Binary | 10010 | 10111111 | 11011111 | 1011100 | 1110 | 0 | 1101 | 10111101 | 1010101 | 101111 |
Color Harmonies of #12BFDF
Complementary color
Monochromatic Colors of #12BFDF
Black with #12BFDF
Text Example
Text Example
White with #12BFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12BFDF; }
p { color: rgb(18,191,223); }
H1.HeaderClassName
{
color: #12BFDF;
}
.AnyTagClassName
{
color: #12BFDF;
}
</style>
background-color css
<style>
a { background-color: #12BFDF; }
a { background-color: rgb(18,191,223); }
div.DivClassName
{
background-color: #12BFDF;
}
.BgClassName
{
background-color: #12BFDF;
}
</style>
border-color css
<style>
span { border-color: #12BFDF; }
span { border-color: rgb(18,191,223); }
td.TdClassName
{
border-color: #12BFDF;
}
.TagClassName
{
border-color: #12BFDF;
}
</style>