Shades of Bright Turquoise #12E6E7
Tints of Bright Turquoise #12E6E7
RGB
CMYK
RGB Variations
Color information
#12E6E7 (or 0x12E6E7) is known color: Bright Turquoise. HEX triplet: 12, E6 and E7. RGB value is (18,230,231). Sum of RGB (Red+Green+Blue) = 18+230+231=479 (63% of max value = 765). Red value is 18 (7.42% from 255 or 3.76% from 479); Green value is 230 (90.23% from 255 or 48.02% from 479); Blue value is 231 (90.62% from 255 or 48.23% from 479); Max value from RGB is 231 - color contains mainly: blue. Hex color #12E6E7 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #12E6E7 is #ED1918. Grayscale: #A6A6A6. Windows color (decimal): -15538457 or 15197714. OLE color: 15197714.
HSL color Cylindrical-coordinate representation of color #12E6E7: hue angle of 180.28º 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 #12E6E7 is Cyan = 0.92, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 18 | 230 | 231 | - |
| CMYK | 0.92 | 0.00 | 0 | 0.09 |
| HSL | 180.28º | 0.86% | 0.49% | - |
| HSV(B) | 180.28º | 0.92% | 0.91% | - |
| XYZ | 42.97 | 62.49 | 85.4 | - |
| YUV | 166.73 | 164.26 | 21.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 230 | 231 | 0.92 | 0.00 | 0 | 0.09 | 180.28 | 0.86 | 0.49 |
| Hex | 12 | E6 | E7 | 5C | 0 | 0 | 9 | B4 | 56 | 31 |
| Octal | 22 | 346 | 347 | 134 | 0 | 0 | 11 | 264 | 126 | 61 |
| Binary | 10010 | 11100110 | 11100111 | 1011100 | 0 | 0 | 1001 | 10110100 | 1010110 | 110001 |
Color Harmonies of #12E6E7
Complementary color
Monochromatic Colors of #12E6E7
Black with #12E6E7
Text Example
Text Example
White with #12E6E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12E6E7; }
p { color: rgb(18,230,231); }
H1.HeaderClassName
{
color: #12E6E7;
}
.AnyTagClassName
{
color: #12E6E7;
}
</style>
background-color css
<style>
a { background-color: #12E6E7; }
a { background-color: rgb(18,230,231); }
div.DivClassName
{
background-color: #12E6E7;
}
.BgClassName
{
background-color: #12E6E7;
}
</style>
border-color css
<style>
span { border-color: #12E6E7; }
span { border-color: rgb(18,230,231); }
td.TdClassName
{
border-color: #12E6E7;
}
.TagClassName
{
border-color: #12E6E7;
}
</style>