Shades of Bright Turquoise #12DAE3
Tints of Bright Turquoise #12DAE3
RGB
CMYK
RGB Variations
Color information
#12DAE3 (or 0x12DAE3) is known color: Bright Turquoise. HEX triplet: 12, DA and E3. RGB value is (18,218,227). Sum of RGB (Red+Green+Blue) = 18+218+227=463 (61% of max value = 765). Red value is 18 (7.42% from 255 or 3.89% from 463); Green value is 218 (85.55% from 255 or 47.08% from 463); Blue value is 227 (89.06% from 255 or 49.03% from 463); Max value from RGB is 227 - color contains mainly: blue. Hex color #12DAE3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12DAE3 is #ED251C. Grayscale: #9E9E9E. Windows color (decimal): -15541533 or 14932498. OLE color: 14932498.
HSL color Cylindrical-coordinate representation of color #12DAE3: hue angle of 182.58º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12DAE3 is Cyan = 0.92, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 18 | 218 | 227 | - |
| CMYK | 0.92 | 0.04 | 0 | 0.11 |
| HSL | 182.58º | 0.85% | 0.48% | - |
| HSV(B) | 182.58º | 0.92% | 0.89% | - |
| XYZ | 39.19 | 55.82 | 81.38 | - |
| YUV | 159.23 | 166.24 | 27.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 218 | 227 | 0.92 | 0.04 | 0 | 0.11 | 182.58 | 0.85 | 0.48 |
| Hex | 12 | DA | E3 | 5C | 4 | 0 | B | B7 | 55 | 30 |
| Octal | 22 | 332 | 343 | 134 | 4 | 0 | 13 | 267 | 125 | 60 |
| Binary | 10010 | 11011010 | 11100011 | 1011100 | 100 | 0 | 1011 | 10110111 | 1010101 | 110000 |
Color Harmonies of #12DAE3
Complementary color
Monochromatic Colors of #12DAE3
Black with #12DAE3
Text Example
Text Example
White with #12DAE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12DAE3; }
p { color: rgb(18,218,227); }
H1.HeaderClassName
{
color: #12DAE3;
}
.AnyTagClassName
{
color: #12DAE3;
}
</style>
background-color css
<style>
a { background-color: #12DAE3; }
a { background-color: rgb(18,218,227); }
div.DivClassName
{
background-color: #12DAE3;
}
.BgClassName
{
background-color: #12DAE3;
}
</style>
border-color css
<style>
span { border-color: #12DAE3; }
span { border-color: rgb(18,218,227); }
td.TdClassName
{
border-color: #12DAE3;
}
.TagClassName
{
border-color: #12DAE3;
}
</style>