Shades of Bright Turquoise #12DBF3
Tints of Bright Turquoise #12DBF3
RGB
CMYK
RGB Variations
Color information
#12DBF3 (or 0x12DBF3) is known color: Bright Turquoise. HEX triplet: 12, DB and F3. RGB value is (18,219,243). Sum of RGB (Red+Green+Blue) = 18+219+243=480 (63% of max value = 765). Red value is 18 (7.42% from 255 or 3.75% from 480); Green value is 219 (85.94% from 255 or 45.62% from 480); Blue value is 243 (95.31% from 255 or 50.62% from 480); Max value from RGB is 243 - color contains mainly: blue. Hex color #12DBF3 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #12DBF3 is #ED240C. Grayscale: #A1A1A1. Windows color (decimal): -15541261 or 15981330. OLE color: 15981330.
HSL color Cylindrical-coordinate representation of color #12DBF3: hue angle of 186.4º 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 #12DBF3 is Cyan = 0.93, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 18 | 219 | 243 | - |
| CMYK | 0.93 | 0.10 | 0 | 0.05 |
| HSL | 186.4º | 0.9% | 0.51% | - |
| HSV(B) | 186.4º | 0.93% | 0.95% | - |
| XYZ | 41.76 | 57.26 | 93.65 | - |
| YUV | 161.64 | 173.91 | 25.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 219 | 243 | 0.93 | 0.10 | 0 | 0.05 | 186.4 | 0.9 | 0.51 |
| Hex | 12 | DB | F3 | 5D | A | 0 | 5 | BA | 5A | 33 |
| Octal | 22 | 333 | 363 | 135 | 12 | 0 | 5 | 272 | 132 | 63 |
| Binary | 10010 | 11011011 | 11110011 | 1011101 | 1010 | 0 | 101 | 10111010 | 1011010 | 110011 |
Color Harmonies of #12DBF3
Complementary color
Monochromatic Colors of #12DBF3
Black with #12DBF3
Text Example
Text Example
White with #12DBF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12DBF3; }
p { color: rgb(18,219,243); }
H1.HeaderClassName
{
color: #12DBF3;
}
.AnyTagClassName
{
color: #12DBF3;
}
</style>
background-color css
<style>
a { background-color: #12DBF3; }
a { background-color: rgb(18,219,243); }
div.DivClassName
{
background-color: #12DBF3;
}
.BgClassName
{
background-color: #12DBF3;
}
</style>
border-color css
<style>
span { border-color: #12DBF3; }
span { border-color: rgb(18,219,243); }
td.TdClassName
{
border-color: #12DBF3;
}
.TagClassName
{
border-color: #12DBF3;
}
</style>