Shades of Bright Turquoise #12DEDA
Tints of Bright Turquoise #12DEDA
RGB
CMYK
RGB Variations
Color information
#12DEDA (or 0x12DEDA) is known color: Bright Turquoise. HEX triplet: 12, DE and DA. RGB value is (18,222,218). Sum of RGB (Red+Green+Blue) = 18+222+218=458 (60% of max value = 765). Red value is 18 (7.42% from 255 or 3.93% from 458); Green value is 222 (87.11% from 255 or 48.47% from 458); Blue value is 218 (85.55% from 255 or 47.60% from 458); Max value from RGB is 222 - color contains mainly: green. Hex color #12DEDA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12DEDA is #ED2125. Grayscale: #A0A0A0. Windows color (decimal): -15540518 or 14343698. OLE color: 14343698.
HSL color Cylindrical-coordinate representation of color #12DEDA: hue angle of 178.82º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12DEDA is Cyan = 0.92, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 18 | 222 | 218 | - |
| CMYK | 0.92 | 0 | 0.02 | 0.13 |
| HSL | 178.82º | 0.85% | 0.47% | - |
| HSV(B) | 178.82º | 0.92% | 0.87% | - |
| XYZ | 39.03 | 57.43 | 75.36 | - |
| YUV | 160.55 | 160.41 | 26.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 222 | 218 | 0.92 | 0 | 0.02 | 0.13 | 178.82 | 0.85 | 0.47 |
| Hex | 12 | DE | DA | 5C | 0 | 2 | D | B3 | 55 | 2F |
| Octal | 22 | 336 | 332 | 134 | 0 | 2 | 15 | 263 | 125 | 57 |
| Binary | 10010 | 11011110 | 11011010 | 1011100 | 0 | 10 | 1101 | 10110011 | 1010101 | 101111 |
Color Harmonies of #12DEDA
Complementary color
Monochromatic Colors of #12DEDA
Black with #12DEDA
Text Example
Text Example
White with #12DEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12DEDA; }
p { color: rgb(18,222,218); }
H1.HeaderClassName
{
color: #12DEDA;
}
.AnyTagClassName
{
color: #12DEDA;
}
</style>
background-color css
<style>
a { background-color: #12DEDA; }
a { background-color: rgb(18,222,218); }
div.DivClassName
{
background-color: #12DEDA;
}
.BgClassName
{
background-color: #12DEDA;
}
</style>
border-color css
<style>
span { border-color: #12DEDA; }
span { border-color: rgb(18,222,218); }
td.TdClassName
{
border-color: #12DEDA;
}
.TagClassName
{
border-color: #12DEDA;
}
</style>