Shades of Bright Turquoise #12DCE5
Tints of Bright Turquoise #12DCE5
RGB
CMYK
RGB Variations
Color information
#12DCE5 (or 0x12DCE5) is known color: Bright Turquoise. HEX triplet: 12, DC and E5. RGB value is (18,220,229). Sum of RGB (Red+Green+Blue) = 18+220+229=467 (61% of max value = 765). Red value is 18 (7.42% from 255 or 3.85% from 467); Green value is 220 (86.33% from 255 or 47.11% from 467); Blue value is 229 (89.84% from 255 or 49.04% from 467); Max value from RGB is 229 - color contains mainly: blue. Hex color #12DCE5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12DCE5 is #ED231A. Grayscale: #A0A0A0. Windows color (decimal): -15541019 or 15064082. OLE color: 15064082.
HSL color Cylindrical-coordinate representation of color #12DCE5: hue angle of 182.56º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12DCE5 is Cyan = 0.92, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 18 | 220 | 229 | - |
| CMYK | 0.92 | 0.04 | 0 | 0.10 |
| HSL | 182.56º | 0.85% | 0.48% | - |
| HSV(B) | 182.56º | 0.92% | 0.9% | - |
| XYZ | 39.99 | 56.97 | 83.02 | - |
| YUV | 160.63 | 166.58 | 26.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 220 | 229 | 0.92 | 0.04 | 0 | 0.10 | 182.56 | 0.85 | 0.48 |
| Hex | 12 | DC | E5 | 5C | 4 | 0 | A | B7 | 55 | 30 |
| Octal | 22 | 334 | 345 | 134 | 4 | 0 | 12 | 267 | 125 | 60 |
| Binary | 10010 | 11011100 | 11100101 | 1011100 | 100 | 0 | 1010 | 10110111 | 1010101 | 110000 |
Color Harmonies of #12DCE5
Complementary color
Monochromatic Colors of #12DCE5
Black with #12DCE5
Text Example
Text Example
White with #12DCE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12DCE5; }
p { color: rgb(18,220,229); }
H1.HeaderClassName
{
color: #12DCE5;
}
.AnyTagClassName
{
color: #12DCE5;
}
</style>
background-color css
<style>
a { background-color: #12DCE5; }
a { background-color: rgb(18,220,229); }
div.DivClassName
{
background-color: #12DCE5;
}
.BgClassName
{
background-color: #12DCE5;
}
</style>
border-color css
<style>
span { border-color: #12DCE5; }
span { border-color: rgb(18,220,229); }
td.TdClassName
{
border-color: #12DCE5;
}
.TagClassName
{
border-color: #12DCE5;
}
</style>