Shades of Bright Turquoise #12DEDF
Tints of Bright Turquoise #12DEDF
RGB
CMYK
RGB Variations
Color information
#12DEDF (or 0x12DEDF) is known color: Bright Turquoise. HEX triplet: 12, DE and DF. RGB value is (18,222,223). Sum of RGB (Red+Green+Blue) = 18+222+223=463 (61% of max value = 765). Red value is 18 (7.42% from 255 or 3.89% from 463); Green value is 222 (87.11% from 255 or 47.95% from 463); Blue value is 223 (87.5% from 255 or 48.16% from 463); Max value from RGB is 223 - color contains mainly: blue. Hex color #12DEDF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12DEDF is #ED2120. Grayscale: #A0A0A0. Windows color (decimal): -15540513 or 14671378. OLE color: 14671378.
HSL color Cylindrical-coordinate representation of color #12DEDF: hue angle of 180.29º 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 #12DEDF is Cyan = 0.92, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 18 | 222 | 223 | - |
| CMYK | 0.92 | 0.00 | 0 | 0.13 |
| HSL | 180.29º | 0.85% | 0.47% | - |
| HSV(B) | 180.29º | 0.92% | 0.87% | - |
| XYZ | 39.69 | 57.7 | 78.86 | - |
| YUV | 161.12 | 162.91 | 25.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 222 | 223 | 0.92 | 0.00 | 0 | 0.13 | 180.29 | 0.85 | 0.47 |
| Hex | 12 | DE | DF | 5C | 0 | 0 | D | B4 | 55 | 2F |
| Octal | 22 | 336 | 337 | 134 | 0 | 0 | 15 | 264 | 125 | 57 |
| Binary | 10010 | 11011110 | 11011111 | 1011100 | 0 | 0 | 1101 | 10110100 | 1010101 | 101111 |
Color Harmonies of #12DEDF
Complementary color
Monochromatic Colors of #12DEDF
Black with #12DEDF
Text Example
Text Example
White with #12DEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12DEDF; }
p { color: rgb(18,222,223); }
H1.HeaderClassName
{
color: #12DEDF;
}
.AnyTagClassName
{
color: #12DEDF;
}
</style>
background-color css
<style>
a { background-color: #12DEDF; }
a { background-color: rgb(18,222,223); }
div.DivClassName
{
background-color: #12DEDF;
}
.BgClassName
{
background-color: #12DEDF;
}
</style>
border-color css
<style>
span { border-color: #12DEDF; }
span { border-color: rgb(18,222,223); }
td.TdClassName
{
border-color: #12DEDF;
}
.TagClassName
{
border-color: #12DEDF;
}
</style>