Shades of Bright Turquoise #12DEE0
Tints of Bright Turquoise #12DEE0
RGB
CMYK
RGB Variations
Color information
#12DEE0 (or 0x12DEE0) is known color: Bright Turquoise. HEX triplet: 12, DE and E0. RGB value is (18,222,224). Sum of RGB (Red+Green+Blue) = 18+222+224=464 (61% of max value = 765). Red value is 18 (7.42% from 255 or 3.88% from 464); Green value is 222 (87.11% from 255 or 47.84% from 464); Blue value is 224 (87.89% from 255 or 48.28% from 464); Max value from RGB is 224 - color contains mainly: blue. Hex color #12DEE0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12DEE0 is #ED211F. Grayscale: #A1A1A1. Windows color (decimal): -15540512 or 14736914. OLE color: 14736914.
HSL color Cylindrical-coordinate representation of color #12DEE0: hue angle of 180.58º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12DEE0 is Cyan = 0.92, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 18 | 222 | 224 | - |
| CMYK | 0.92 | 0.01 | 0 | 0.12 |
| HSL | 180.58º | 0.85% | 0.47% | - |
| HSV(B) | 180.58º | 0.92% | 0.88% | - |
| XYZ | 39.83 | 57.75 | 79.57 | - |
| YUV | 161.23 | 163.41 | 25.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 222 | 224 | 0.92 | 0.01 | 0 | 0.12 | 180.58 | 0.85 | 0.47 |
| Hex | 12 | DE | E0 | 5C | 1 | 0 | C | B5 | 55 | 2F |
| Octal | 22 | 336 | 340 | 134 | 1 | 0 | 14 | 265 | 125 | 57 |
| Binary | 10010 | 11011110 | 11100000 | 1011100 | 1 | 0 | 1100 | 10110101 | 1010101 | 101111 |
Color Harmonies of #12DEE0
Complementary color
Monochromatic Colors of #12DEE0
Black with #12DEE0
Text Example
Text Example
White with #12DEE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12DEE0; }
p { color: rgb(18,222,224); }
H1.HeaderClassName
{
color: #12DEE0;
}
.AnyTagClassName
{
color: #12DEE0;
}
</style>
background-color css
<style>
a { background-color: #12DEE0; }
a { background-color: rgb(18,222,224); }
div.DivClassName
{
background-color: #12DEE0;
}
.BgClassName
{
background-color: #12DEE0;
}
</style>
border-color css
<style>
span { border-color: #12DEE0; }
span { border-color: rgb(18,222,224); }
td.TdClassName
{
border-color: #12DEE0;
}
.TagClassName
{
border-color: #12DEE0;
}
</style>