Shades of Bright Turquoise #12DCEA
Tints of Bright Turquoise #12DCEA
RGB
CMYK
RGB Variations
Color information
#12DCEA (or 0x12DCEA) is known color: Bright Turquoise. HEX triplet: 12, DC and EA. RGB value is (18,220,234). Sum of RGB (Red+Green+Blue) = 18+220+234=472 (62% of max value = 765). Red value is 18 (7.42% from 255 or 3.81% from 472); Green value is 220 (86.33% from 255 or 46.61% from 472); Blue value is 234 (91.80% from 255 or 49.58% from 472); Max value from RGB is 234 - color contains mainly: blue. Hex color #12DCEA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #12DCEA is #ED2315. Grayscale: #A0A0A0. Windows color (decimal): -15541014 or 15391762. OLE color: 15391762.
HSL color Cylindrical-coordinate representation of color #12DCEA: hue angle of 183.89º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12DCEA is Cyan = 0.92, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 18 | 220 | 234 | - |
| CMYK | 0.92 | 0.06 | 0 | 0.08 |
| HSL | 183.89º | 0.86% | 0.49% | - |
| HSV(B) | 183.89º | 0.92% | 0.92% | - |
| XYZ | 40.69 | 57.26 | 86.75 | - |
| YUV | 161.2 | 169.08 | 25.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 220 | 234 | 0.92 | 0.06 | 0 | 0.08 | 183.89 | 0.86 | 0.49 |
| Hex | 12 | DC | EA | 5C | 6 | 0 | 8 | B8 | 56 | 31 |
| Octal | 22 | 334 | 352 | 134 | 6 | 0 | 10 | 270 | 126 | 61 |
| Binary | 10010 | 11011100 | 11101010 | 1011100 | 110 | 0 | 1000 | 10111000 | 1010110 | 110001 |
Color Harmonies of #12DCEA
Complementary color
Monochromatic Colors of #12DCEA
Black with #12DCEA
Text Example
Text Example
White with #12DCEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12DCEA; }
p { color: rgb(18,220,234); }
H1.HeaderClassName
{
color: #12DCEA;
}
.AnyTagClassName
{
color: #12DCEA;
}
</style>
background-color css
<style>
a { background-color: #12DCEA; }
a { background-color: rgb(18,220,234); }
div.DivClassName
{
background-color: #12DCEA;
}
.BgClassName
{
background-color: #12DCEA;
}
</style>
border-color css
<style>
span { border-color: #12DCEA; }
span { border-color: rgb(18,220,234); }
td.TdClassName
{
border-color: #12DCEA;
}
.TagClassName
{
border-color: #12DCEA;
}
</style>