Shades of Bright Turquoise #12DFE6
Tints of Bright Turquoise #12DFE6
RGB
CMYK
RGB Variations
Color information
#12DFE6 (or 0x12DFE6) is known color: Bright Turquoise. HEX triplet: 12, DF and E6. RGB value is (18,223,230). Sum of RGB (Red+Green+Blue) = 18+223+230=471 (62% of max value = 765). Red value is 18 (7.42% from 255 or 3.82% from 471); Green value is 223 (87.5% from 255 or 47.35% from 471); Blue value is 230 (90.23% from 255 or 48.83% from 471); Max value from RGB is 230 - color contains mainly: blue. Hex color #12DFE6 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #12DFE6 is #ED2019. Grayscale: #A2A2A2. Windows color (decimal): -15540250 or 15130386. OLE color: 15130386.
HSL color Cylindrical-coordinate representation of color #12DFE6: hue angle of 181.98º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12DFE6 is Cyan = 0.92, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 18 | 223 | 230 | - |
| CMYK | 0.92 | 0.03 | 0 | 0.10 |
| HSL | 181.98º | 0.85% | 0.49% | - |
| HSV(B) | 181.98º | 0.92% | 0.9% | - |
| XYZ | 40.92 | 58.62 | 84.02 | - |
| YUV | 162.5 | 166.08 | 24.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 223 | 230 | 0.92 | 0.03 | 0 | 0.10 | 181.98 | 0.85 | 0.49 |
| Hex | 12 | DF | E6 | 5C | 3 | 0 | A | B6 | 55 | 31 |
| Octal | 22 | 337 | 346 | 134 | 3 | 0 | 12 | 266 | 125 | 61 |
| Binary | 10010 | 11011111 | 11100110 | 1011100 | 11 | 0 | 1010 | 10110110 | 1010101 | 110001 |
Color Harmonies of #12DFE6
Complementary color
Monochromatic Colors of #12DFE6
Black with #12DFE6
Text Example
Text Example
White with #12DFE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12DFE6; }
p { color: rgb(18,223,230); }
H1.HeaderClassName
{
color: #12DFE6;
}
.AnyTagClassName
{
color: #12DFE6;
}
</style>
background-color css
<style>
a { background-color: #12DFE6; }
a { background-color: rgb(18,223,230); }
div.DivClassName
{
background-color: #12DFE6;
}
.BgClassName
{
background-color: #12DFE6;
}
</style>
border-color css
<style>
span { border-color: #12DFE6; }
span { border-color: rgb(18,223,230); }
td.TdClassName
{
border-color: #12DFE6;
}
.TagClassName
{
border-color: #12DFE6;
}
</style>