Shades of Dark Turquoise #12CAE6
Tints of Dark Turquoise #12CAE6
RGB
CMYK
RGB Variations
Color information
#12CAE6 (or 0x12CAE6) is known color: Dark Turquoise. HEX triplet: 12, CA and E6. RGB value is (18,202,230). Sum of RGB (Red+Green+Blue) = 18+202+230=450 (59% of max value = 765). Red value is 18 (7.42% from 255 or 4% from 450); Green value is 202 (79.30% from 255 or 44.89% from 450); Blue value is 230 (90.23% from 255 or 51.11% from 450); Max value from RGB is 230 - color contains mainly: blue. Hex color #12CAE6 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #12CAE6 is #ED3519. Grayscale: #959595. Windows color (decimal): -15545626 or 15125010. OLE color: 15125010.
HSL color Cylindrical-coordinate representation of color #12CAE6: hue angle of 187.92º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12CAE6 is Cyan = 0.92, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 18 | 202 | 230 | - |
| CMYK | 0.92 | 0.12 | 0 | 0.10 |
| HSL | 187.92º | 0.85% | 0.49% | - |
| HSV(B) | 187.92º | 0.92% | 0.9% | - |
| XYZ | 35.65 | 48.08 | 82.26 | - |
| YUV | 150.18 | 173.04 | 33.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 202 | 230 | 0.92 | 0.12 | 0 | 0.10 | 187.92 | 0.85 | 0.49 |
| Hex | 12 | CA | E6 | 5C | C | 0 | A | BC | 55 | 31 |
| Octal | 22 | 312 | 346 | 134 | 14 | 0 | 12 | 274 | 125 | 61 |
| Binary | 10010 | 11001010 | 11100110 | 1011100 | 1100 | 0 | 1010 | 10111100 | 1010101 | 110001 |
Color Harmonies of #12CAE6
Complementary color
Monochromatic Colors of #12CAE6
Black with #12CAE6
Text Example
Text Example
White with #12CAE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12CAE6; }
p { color: rgb(18,202,230); }
H1.HeaderClassName
{
color: #12CAE6;
}
.AnyTagClassName
{
color: #12CAE6;
}
</style>
background-color css
<style>
a { background-color: #12CAE6; }
a { background-color: rgb(18,202,230); }
div.DivClassName
{
background-color: #12CAE6;
}
.BgClassName
{
background-color: #12CAE6;
}
</style>
border-color css
<style>
span { border-color: #12CAE6; }
span { border-color: rgb(18,202,230); }
td.TdClassName
{
border-color: #12CAE6;
}
.TagClassName
{
border-color: #12CAE6;
}
</style>