Shades of Bright Turquoise #12E3DF
Tints of Bright Turquoise #12E3DF
RGB
CMYK
RGB Variations
Color information
#12E3DF (or 0x12E3DF) is known color: Bright Turquoise. HEX triplet: 12, E3 and DF. RGB value is (18,227,223). Sum of RGB (Red+Green+Blue) = 18+227+223=468 (61% of max value = 765). Red value is 18 (7.42% from 255 or 3.85% from 468); Green value is 227 (89.06% from 255 or 48.50% from 468); Blue value is 223 (87.5% from 255 or 47.65% from 468); Max value from RGB is 227 - color contains mainly: green. Hex color #12E3DF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12E3DF is #ED1C20. Grayscale: #A3A3A3. Windows color (decimal): -15539233 or 14672658. OLE color: 14672658.
HSL color Cylindrical-coordinate representation of color #12E3DF: hue angle of 178.85º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12E3DF is Cyan = 0.92, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 18 | 227 | 223 | - |
| CMYK | 0.92 | 0 | 0.02 | 0.11 |
| HSL | 178.85º | 0.85% | 0.48% | - |
| HSV(B) | 178.85º | 0.92% | 0.89% | - |
| XYZ | 41.04 | 60.39 | 79.31 | - |
| YUV | 164.05 | 161.26 | 23.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 227 | 223 | 0.92 | 0 | 0.02 | 0.11 | 178.85 | 0.85 | 0.48 |
| Hex | 12 | E3 | DF | 5C | 0 | 2 | B | B3 | 55 | 30 |
| Octal | 22 | 343 | 337 | 134 | 0 | 2 | 13 | 263 | 125 | 60 |
| Binary | 10010 | 11100011 | 11011111 | 1011100 | 0 | 10 | 1011 | 10110011 | 1010101 | 110000 |
Color Harmonies of #12E3DF
Complementary color
Monochromatic Colors of #12E3DF
Black with #12E3DF
Text Example
Text Example
White with #12E3DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12E3DF; }
p { color: rgb(18,227,223); }
H1.HeaderClassName
{
color: #12E3DF;
}
.AnyTagClassName
{
color: #12E3DF;
}
</style>
background-color css
<style>
a { background-color: #12E3DF; }
a { background-color: rgb(18,227,223); }
div.DivClassName
{
background-color: #12E3DF;
}
.BgClassName
{
background-color: #12E3DF;
}
</style>
border-color css
<style>
span { border-color: #12E3DF; }
span { border-color: rgb(18,227,223); }
td.TdClassName
{
border-color: #12E3DF;
}
.TagClassName
{
border-color: #12E3DF;
}
</style>