Shades of Bright Turquoise #12DBF2
Tints of Bright Turquoise #12DBF2
RGB
CMYK
RGB Variations
Color information
#12DBF2 (or 0x12DBF2) is known color: Bright Turquoise. HEX triplet: 12, DB and F2. RGB value is (18,219,242). Sum of RGB (Red+Green+Blue) = 18+219+242=479 (63% of max value = 765). Red value is 18 (7.42% from 255 or 3.76% from 479); Green value is 219 (85.94% from 255 or 45.72% from 479); Blue value is 242 (94.92% from 255 or 50.52% from 479); Max value from RGB is 242 - color contains mainly: blue. Hex color #12DBF2 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #12DBF2 is #ED240D. Grayscale: #A1A1A1. Windows color (decimal): -15541262 or 15915794. OLE color: 15915794.
HSL color Cylindrical-coordinate representation of color #12DBF2: hue angle of 186.16º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12DBF2 is Cyan = 0.93, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 18 | 219 | 242 | - |
| CMYK | 0.93 | 0.10 | 0 | 0.05 |
| HSL | 186.16º | 0.9% | 0.51% | - |
| HSV(B) | 186.16º | 0.93% | 0.95% | - |
| XYZ | 41.61 | 57.2 | 92.85 | - |
| YUV | 161.52 | 173.41 | 25.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 219 | 242 | 0.93 | 0.10 | 0 | 0.05 | 186.16 | 0.9 | 0.51 |
| Hex | 12 | DB | F2 | 5D | A | 0 | 5 | BA | 5A | 33 |
| Octal | 22 | 333 | 362 | 135 | 12 | 0 | 5 | 272 | 132 | 63 |
| Binary | 10010 | 11011011 | 11110010 | 1011101 | 1010 | 0 | 101 | 10111010 | 1011010 | 110011 |
Color Harmonies of #12DBF2
Complementary color
Monochromatic Colors of #12DBF2
Black with #12DBF2
Text Example
Text Example
White with #12DBF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12DBF2; }
p { color: rgb(18,219,242); }
H1.HeaderClassName
{
color: #12DBF2;
}
.AnyTagClassName
{
color: #12DBF2;
}
</style>
background-color css
<style>
a { background-color: #12DBF2; }
a { background-color: rgb(18,219,242); }
div.DivClassName
{
background-color: #12DBF2;
}
.BgClassName
{
background-color: #12DBF2;
}
</style>
border-color css
<style>
span { border-color: #12DBF2; }
span { border-color: rgb(18,219,242); }
td.TdClassName
{
border-color: #12DBF2;
}
.TagClassName
{
border-color: #12DBF2;
}
</style>