Shades of Bright Turquoise #12DCED
Tints of Bright Turquoise #12DCED
RGB
CMYK
RGB Variations
Color information
#12DCED (or 0x12DCED) is known color: Bright Turquoise. HEX triplet: 12, DC and ED. RGB value is (18,220,237). Sum of RGB (Red+Green+Blue) = 18+220+237=475 (62% of max value = 765). Red value is 18 (7.42% from 255 or 3.79% from 475); Green value is 220 (86.33% from 255 or 46.32% from 475); Blue value is 237 (92.97% from 255 or 49.89% from 475); Max value from RGB is 237 - color contains mainly: blue. Hex color #12DCED is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #12DCED is #ED2312. Grayscale: #A1A1A1. Windows color (decimal): -15541011 or 15588370. OLE color: 15588370.
HSL color Cylindrical-coordinate representation of color #12DCED: hue angle of 184.66º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12DCED is Cyan = 0.92, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 18 | 220 | 237 | - |
| CMYK | 0.92 | 0.07 | 0 | 0.07 |
| HSL | 184.66º | 0.86% | 0.5% | - |
| HSV(B) | 184.66º | 0.92% | 0.93% | - |
| XYZ | 41.13 | 57.43 | 89.04 | - |
| YUV | 161.54 | 170.58 | 25.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 220 | 237 | 0.92 | 0.07 | 0 | 0.07 | 184.66 | 0.86 | 0.5 |
| Hex | 12 | DC | ED | 5C | 7 | 0 | 7 | B9 | 56 | 32 |
| Octal | 22 | 334 | 355 | 134 | 7 | 0 | 7 | 271 | 126 | 62 |
| Binary | 10010 | 11011100 | 11101101 | 1011100 | 111 | 0 | 111 | 10111001 | 1010110 | 110010 |
Color Harmonies of #12DCED
Complementary color
Monochromatic Colors of #12DCED
Black with #12DCED
Text Example
Text Example
White with #12DCED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12DCED; }
p { color: rgb(18,220,237); }
H1.HeaderClassName
{
color: #12DCED;
}
.AnyTagClassName
{
color: #12DCED;
}
</style>
background-color css
<style>
a { background-color: #12DCED; }
a { background-color: rgb(18,220,237); }
div.DivClassName
{
background-color: #12DCED;
}
.BgClassName
{
background-color: #12DCED;
}
</style>
border-color css
<style>
span { border-color: #12DCED; }
span { border-color: rgb(18,220,237); }
td.TdClassName
{
border-color: #12DCED;
}
.TagClassName
{
border-color: #12DCED;
}
</style>