Shades of Dark Turquoise #12CFEA
Tints of Dark Turquoise #12CFEA
RGB
CMYK
RGB Variations
Color information
#12CFEA (or 0x12CFEA) is known color: Dark Turquoise. HEX triplet: 12, CF and EA. RGB value is (18,207,234). Sum of RGB (Red+Green+Blue) = 18+207+234=459 (60% of max value = 765). Red value is 18 (7.42% from 255 or 3.92% from 459); Green value is 207 (81.25% from 255 or 45.10% from 459); Blue value is 234 (91.80% from 255 or 50.98% from 459); Max value from RGB is 234 - color contains mainly: blue. Hex color #12CFEA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #12CFEA is #ED3015. Grayscale: #999999. Windows color (decimal): -15544342 or 15388434. OLE color: 15388434.
HSL color Cylindrical-coordinate representation of color #12CFEA: hue angle of 187.5º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12CFEA is Cyan = 0.92, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 18 | 207 | 234 | - |
| CMYK | 0.92 | 0.12 | 0 | 0.08 |
| HSL | 187.5º | 0.86% | 0.49% | - |
| HSV(B) | 187.5º | 0.92% | 0.92% | - |
| XYZ | 37.41 | 50.69 | 85.66 | - |
| YUV | 153.57 | 173.38 | 31.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 207 | 234 | 0.92 | 0.12 | 0 | 0.08 | 187.5 | 0.86 | 0.49 |
| Hex | 12 | CF | EA | 5C | C | 0 | 8 | BC | 56 | 31 |
| Octal | 22 | 317 | 352 | 134 | 14 | 0 | 10 | 274 | 126 | 61 |
| Binary | 10010 | 11001111 | 11101010 | 1011100 | 1100 | 0 | 1000 | 10111100 | 1010110 | 110001 |
Color Harmonies of #12CFEA
Complementary color
Monochromatic Colors of #12CFEA
Black with #12CFEA
Text Example
Text Example
White with #12CFEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12CFEA; }
p { color: rgb(18,207,234); }
H1.HeaderClassName
{
color: #12CFEA;
}
.AnyTagClassName
{
color: #12CFEA;
}
</style>
background-color css
<style>
a { background-color: #12CFEA; }
a { background-color: rgb(18,207,234); }
div.DivClassName
{
background-color: #12CFEA;
}
.BgClassName
{
background-color: #12CFEA;
}
</style>
border-color css
<style>
span { border-color: #12CFEA; }
span { border-color: rgb(18,207,234); }
td.TdClassName
{
border-color: #12CFEA;
}
.TagClassName
{
border-color: #12CFEA;
}
</style>