Shades of Bright Turquoise #12DBF1
Tints of Bright Turquoise #12DBF1
RGB
CMYK
RGB Variations
Color information
#12DBF1 (or 0x12DBF1) is known color: Bright Turquoise. HEX triplet: 12, DB and F1. RGB value is (18,219,241). Sum of RGB (Red+Green+Blue) = 18+219+241=478 (63% of max value = 765). Red value is 18 (7.42% from 255 or 3.77% from 478); Green value is 219 (85.94% from 255 or 45.82% from 478); Blue value is 241 (94.53% from 255 or 50.42% from 478); Max value from RGB is 241 - color contains mainly: blue. Hex color #12DBF1 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #12DBF1 is #ED240E. Grayscale: #A1A1A1. Windows color (decimal): -15541263 or 15850258. OLE color: 15850258.
HSL color Cylindrical-coordinate representation of color #12DBF1: hue angle of 185.92º degrees, saturation: 0.89, 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 #12DBF1 is Cyan = 0.93, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 18 | 219 | 241 | - |
| CMYK | 0.93 | 0.09 | 0 | 0.05 |
| HSL | 185.92º | 0.89% | 0.51% | - |
| HSV(B) | 185.92º | 0.93% | 0.95% | - |
| XYZ | 41.46 | 57.14 | 92.06 | - |
| YUV | 161.41 | 172.91 | 25.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 219 | 241 | 0.93 | 0.09 | 0 | 0.05 | 185.92 | 0.89 | 0.51 |
| Hex | 12 | DB | F1 | 5D | 9 | 0 | 5 | BA | 59 | 33 |
| Octal | 22 | 333 | 361 | 135 | 11 | 0 | 5 | 272 | 131 | 63 |
| Binary | 10010 | 11011011 | 11110001 | 1011101 | 1001 | 0 | 101 | 10111010 | 1011001 | 110011 |
Color Harmonies of #12DBF1
Complementary color
Monochromatic Colors of #12DBF1
Black with #12DBF1
Text Example
Text Example
White with #12DBF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12DBF1; }
p { color: rgb(18,219,241); }
H1.HeaderClassName
{
color: #12DBF1;
}
.AnyTagClassName
{
color: #12DBF1;
}
</style>
background-color css
<style>
a { background-color: #12DBF1; }
a { background-color: rgb(18,219,241); }
div.DivClassName
{
background-color: #12DBF1;
}
.BgClassName
{
background-color: #12DBF1;
}
</style>
border-color css
<style>
span { border-color: #12DBF1; }
span { border-color: rgb(18,219,241); }
td.TdClassName
{
border-color: #12DBF1;
}
.TagClassName
{
border-color: #12DBF1;
}
</style>