Shades of Bright Turquoise #12DAF1
Tints of Bright Turquoise #12DAF1
RGB
CMYK
RGB Variations
Color information
#12DAF1 (or 0x12DAF1) is known color: Bright Turquoise. HEX triplet: 12, DA and F1. RGB value is (18,218,241). Sum of RGB (Red+Green+Blue) = 18+218+241=477 (63% of max value = 765). Red value is 18 (7.42% from 255 or 3.77% from 477); Green value is 218 (85.55% from 255 or 45.70% from 477); Blue value is 241 (94.53% from 255 or 50.52% from 477); Max value from RGB is 241 - color contains mainly: blue. Hex color #12DAF1 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #12DAF1 is #ED250E. Grayscale: #A0A0A0. Windows color (decimal): -15541519 or 15850002. OLE color: 15850002.
HSL color Cylindrical-coordinate representation of color #12DAF1: hue angle of 186.19º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12DAF1 is Cyan = 0.93, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 18 | 218 | 241 | - |
| CMYK | 0.93 | 0.10 | 0 | 0.05 |
| HSL | 186.19º | 0.89% | 0.51% | - |
| HSV(B) | 186.19º | 0.93% | 0.95% | - |
| XYZ | 41.2 | 56.62 | 91.98 | - |
| YUV | 160.82 | 173.24 | 26.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 218 | 241 | 0.93 | 0.10 | 0 | 0.05 | 186.19 | 0.89 | 0.51 |
| Hex | 12 | DA | F1 | 5D | A | 0 | 5 | BA | 59 | 33 |
| Octal | 22 | 332 | 361 | 135 | 12 | 0 | 5 | 272 | 131 | 63 |
| Binary | 10010 | 11011010 | 11110001 | 1011101 | 1010 | 0 | 101 | 10111010 | 1011001 | 110011 |
Color Harmonies of #12DAF1
Complementary color
Monochromatic Colors of #12DAF1
Black with #12DAF1
Text Example
Text Example
White with #12DAF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12DAF1; }
p { color: rgb(18,218,241); }
H1.HeaderClassName
{
color: #12DAF1;
}
.AnyTagClassName
{
color: #12DAF1;
}
</style>
background-color css
<style>
a { background-color: #12DAF1; }
a { background-color: rgb(18,218,241); }
div.DivClassName
{
background-color: #12DAF1;
}
.BgClassName
{
background-color: #12DAF1;
}
</style>
border-color css
<style>
span { border-color: #12DAF1; }
span { border-color: rgb(18,218,241); }
td.TdClassName
{
border-color: #12DAF1;
}
.TagClassName
{
border-color: #12DAF1;
}
</style>