Shades of Bright Turquoise #12DDF0
Tints of Bright Turquoise #12DDF0
RGB
CMYK
RGB Variations
Color information
#12DDF0 (or 0x12DDF0) is known color: Bright Turquoise. HEX triplet: 12, DD and F0. RGB value is (18,221,240). Sum of RGB (Red+Green+Blue) = 18+221+240=479 (63% of max value = 765). Red value is 18 (7.42% from 255 or 3.76% from 479); Green value is 221 (86.72% from 255 or 46.14% from 479); Blue value is 240 (94.14% from 255 or 50.10% from 479); Max value from RGB is 240 - color contains mainly: blue. Hex color #12DDF0 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #12DDF0 is #ED220F. Grayscale: #A2A2A2. Windows color (decimal): -15540752 or 15785234. OLE color: 15785234.
HSL color Cylindrical-coordinate representation of color #12DDF0: hue angle of 185.14º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12DDF0 is Cyan = 0.92, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 18 | 221 | 240 | - |
| CMYK | 0.92 | 0.08 | 0 | 0.06 |
| HSL | 185.14º | 0.88% | 0.51% | - |
| HSV(B) | 185.14º | 0.93% | 0.94% | - |
| XYZ | 41.83 | 58.13 | 91.45 | - |
| YUV | 162.47 | 171.75 | 24.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 221 | 240 | 0.92 | 0.08 | 0 | 0.06 | 185.14 | 0.88 | 0.51 |
| Hex | 12 | DD | F0 | 5C | 8 | 0 | 6 | B9 | 58 | 33 |
| Octal | 22 | 335 | 360 | 134 | 10 | 0 | 6 | 271 | 130 | 63 |
| Binary | 10010 | 11011101 | 11110000 | 1011100 | 1000 | 0 | 110 | 10111001 | 1011000 | 110011 |
Color Harmonies of #12DDF0
Complementary color
Monochromatic Colors of #12DDF0
Black with #12DDF0
Text Example
Text Example
White with #12DDF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12DDF0; }
p { color: rgb(18,221,240); }
H1.HeaderClassName
{
color: #12DDF0;
}
.AnyTagClassName
{
color: #12DDF0;
}
</style>
background-color css
<style>
a { background-color: #12DDF0; }
a { background-color: rgb(18,221,240); }
div.DivClassName
{
background-color: #12DDF0;
}
.BgClassName
{
background-color: #12DDF0;
}
</style>
border-color css
<style>
span { border-color: #12DDF0; }
span { border-color: rgb(18,221,240); }
td.TdClassName
{
border-color: #12DDF0;
}
.TagClassName
{
border-color: #12DDF0;
}
</style>