Shades of Bright Turquoise #12FFE6
Tints of Bright Turquoise #12FFE6
RGB
CMYK
RGB Variations
Color information
#12FFE6 (or 0x12FFE6) is known color: Bright Turquoise. HEX triplet: 12, FF and E6. RGB value is (18,255,230). Sum of RGB (Red+Green+Blue) = 18+255+230=503 (66% of max value = 765). Red value is 18 (7.42% from 255 or 3.58% from 503); Green value is 255 (100% from 255 or 50.70% from 503); Blue value is 230 (90.23% from 255 or 45.73% from 503); Max value from RGB is 255 - color contains mainly: green. Hex color #12FFE6 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #12FFE6 is #ED0019. Grayscale: #B5B5B5. Windows color (decimal): -15532058 or 15138578. OLE color: 15138578.
HSL color Cylindrical-coordinate representation of color #12FFE6: hue angle of 173.67º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12FFE6 is Cyan = 0.93, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.
Color convert
| RGB | 18 | 255 | 230 | - |
| CMYK | 0.93 | 0 | 0.10 | 0 |
| HSL | 173.67º | 1% | 0.54% | - |
| HSV(B) | 173.67º | 0.93% | 1% | - |
| XYZ | 50.29 | 77.36 | 87.14 | - |
| YUV | 181.29 | 155.48 | 11.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 255 | 230 | 0.93 | 0 | 0.10 | 0 | 173.67 | 1 | 0.54 |
| Hex | 12 | FF | E6 | 5D | 0 | A | 0 | AE | 64 | 36 |
| Octal | 22 | 377 | 346 | 135 | 0 | 12 | 0 | 256 | 144 | 66 |
| Binary | 10010 | 11111111 | 11100110 | 1011101 | 0 | 1010 | 0 | 10101110 | 1100100 | 110110 |
Color Harmonies of #12FFE6
Complementary color
Monochromatic Colors of #12FFE6
Black with #12FFE6
Text Example
Text Example
White with #12FFE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12FFE6; }
p { color: rgb(18,255,230); }
H1.HeaderClassName
{
color: #12FFE6;
}
.AnyTagClassName
{
color: #12FFE6;
}
</style>
background-color css
<style>
a { background-color: #12FFE6; }
a { background-color: rgb(18,255,230); }
div.DivClassName
{
background-color: #12FFE6;
}
.BgClassName
{
background-color: #12FFE6;
}
</style>
border-color css
<style>
span { border-color: #12FFE6; }
span { border-color: rgb(18,255,230); }
td.TdClassName
{
border-color: #12FFE6;
}
.TagClassName
{
border-color: #12FFE6;
}
</style>