Shades of Bright Turquoise #12DEE8
Tints of Bright Turquoise #12DEE8
RGB
CMYK
RGB Variations
Color information
#12DEE8 (or 0x12DEE8) is known color: Bright Turquoise. HEX triplet: 12, DE and E8. RGB value is (18,222,232). Sum of RGB (Red+Green+Blue) = 18+222+232=472 (62% of max value = 765). Red value is 18 (7.42% from 255 or 3.81% from 472); Green value is 222 (87.11% from 255 or 47.03% from 472); Blue value is 232 (91.02% from 255 or 49.15% from 472); Max value from RGB is 232 - color contains mainly: blue. Hex color #12DEE8 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #12DEE8 is #ED2117. Grayscale: #A1A1A1. Windows color (decimal): -15540504 or 15261202. OLE color: 15261202.
HSL color Cylindrical-coordinate representation of color #12DEE8: hue angle of 182.8º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12DEE8 is Cyan = 0.92, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 18 | 222 | 232 | - |
| CMYK | 0.92 | 0.04 | 0 | 0.09 |
| HSL | 182.8º | 0.86% | 0.49% | - |
| HSV(B) | 182.8º | 0.92% | 0.91% | - |
| XYZ | 40.94 | 58.2 | 85.42 | - |
| YUV | 162.14 | 167.41 | 25.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 222 | 232 | 0.92 | 0.04 | 0 | 0.09 | 182.8 | 0.86 | 0.49 |
| Hex | 12 | DE | E8 | 5C | 4 | 0 | 9 | B7 | 56 | 31 |
| Octal | 22 | 336 | 350 | 134 | 4 | 0 | 11 | 267 | 126 | 61 |
| Binary | 10010 | 11011110 | 11101000 | 1011100 | 100 | 0 | 1001 | 10110111 | 1010110 | 110001 |
Color Harmonies of #12DEE8
Complementary color
Monochromatic Colors of #12DEE8
Black with #12DEE8
Text Example
Text Example
White with #12DEE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12DEE8; }
p { color: rgb(18,222,232); }
H1.HeaderClassName
{
color: #12DEE8;
}
.AnyTagClassName
{
color: #12DEE8;
}
</style>
background-color css
<style>
a { background-color: #12DEE8; }
a { background-color: rgb(18,222,232); }
div.DivClassName
{
background-color: #12DEE8;
}
.BgClassName
{
background-color: #12DEE8;
}
</style>
border-color css
<style>
span { border-color: #12DEE8; }
span { border-color: rgb(18,222,232); }
td.TdClassName
{
border-color: #12DEE8;
}
.TagClassName
{
border-color: #12DEE8;
}
</style>