Shades of Bright Turquoise #12DFDD
Tints of Bright Turquoise #12DFDD
RGB
CMYK
RGB Variations
Color information
#12DFDD (or 0x12DFDD) is known color: Bright Turquoise. HEX triplet: 12, DF and DD. RGB value is (18,223,221). Sum of RGB (Red+Green+Blue) = 18+223+221=462 (61% of max value = 765). Red value is 18 (7.42% from 255 or 3.90% from 462); Green value is 223 (87.5% from 255 or 48.27% from 462); Blue value is 221 (86.72% from 255 or 47.84% from 462); Max value from RGB is 223 - color contains mainly: green. Hex color #12DFDD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12DFDD is #ED2022. Grayscale: #A1A1A1. Windows color (decimal): -15540259 or 14540562. OLE color: 14540562.
HSL color Cylindrical-coordinate representation of color #12DFDD: hue angle of 179.41º 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 #12DFDD is Cyan = 0.92, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 18 | 223 | 221 | - |
| CMYK | 0.92 | 0 | 0.01 | 0.13 |
| HSL | 179.41º | 0.85% | 0.47% | - |
| HSV(B) | 179.41º | 0.92% | 0.87% | - |
| XYZ | 39.69 | 58.12 | 77.53 | - |
| YUV | 161.48 | 161.58 | 25.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 223 | 221 | 0.92 | 0 | 0.01 | 0.13 | 179.41 | 0.85 | 0.47 |
| Hex | 12 | DF | DD | 5C | 0 | 1 | D | B3 | 55 | 2F |
| Octal | 22 | 337 | 335 | 134 | 0 | 1 | 15 | 263 | 125 | 57 |
| Binary | 10010 | 11011111 | 11011101 | 1011100 | 0 | 1 | 1101 | 10110011 | 1010101 | 101111 |
Color Harmonies of #12DFDD
Complementary color
Monochromatic Colors of #12DFDD
Black with #12DFDD
Text Example
Text Example
White with #12DFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12DFDD; }
p { color: rgb(18,223,221); }
H1.HeaderClassName
{
color: #12DFDD;
}
.AnyTagClassName
{
color: #12DFDD;
}
</style>
background-color css
<style>
a { background-color: #12DFDD; }
a { background-color: rgb(18,223,221); }
div.DivClassName
{
background-color: #12DFDD;
}
.BgClassName
{
background-color: #12DFDD;
}
</style>
border-color css
<style>
span { border-color: #12DFDD; }
span { border-color: rgb(18,223,221); }
td.TdClassName
{
border-color: #12DFDD;
}
.TagClassName
{
border-color: #12DFDD;
}
</style>