Shades of Dark Turquoise #12BFE0
Tints of Dark Turquoise #12BFE0
RGB
CMYK
RGB Variations
Color information
#12BFE0 (or 0x12BFE0) is known color: Dark Turquoise. HEX triplet: 12, BF and E0. RGB value is (18,191,224). Sum of RGB (Red+Green+Blue) = 18+191+224=433 (57% of max value = 765). Red value is 18 (7.42% from 255 or 4.16% from 433); Green value is 191 (75% from 255 or 44.11% from 433); Blue value is 224 (87.89% from 255 or 51.73% from 433); Max value from RGB is 224 - color contains mainly: blue. Hex color #12BFE0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12BFE0 is #ED401F. Grayscale: #8E8E8E. Windows color (decimal): -15548448 or 14728978. OLE color: 14728978.
HSL color Cylindrical-coordinate representation of color #12BFE0: hue angle of 189.61º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12BFE0 is Cyan = 0.92, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 18 | 191 | 224 | - |
| CMYK | 0.92 | 0.15 | 0 | 0.12 |
| HSL | 189.61º | 0.85% | 0.47% | - |
| HSV(B) | 189.61º | 0.92% | 0.88% | - |
| XYZ | 32.33 | 42.77 | 77.07 | - |
| YUV | 143.04 | 173.69 | 38.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 191 | 224 | 0.92 | 0.15 | 0 | 0.12 | 189.61 | 0.85 | 0.47 |
| Hex | 12 | BF | E0 | 5C | F | 0 | C | BE | 55 | 2F |
| Octal | 22 | 277 | 340 | 134 | 17 | 0 | 14 | 276 | 125 | 57 |
| Binary | 10010 | 10111111 | 11100000 | 1011100 | 1111 | 0 | 1100 | 10111110 | 1010101 | 101111 |
Color Harmonies of #12BFE0
Complementary color
Monochromatic Colors of #12BFE0
Black with #12BFE0
Text Example
Text Example
White with #12BFE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12BFE0; }
p { color: rgb(18,191,224); }
H1.HeaderClassName
{
color: #12BFE0;
}
.AnyTagClassName
{
color: #12BFE0;
}
</style>
background-color css
<style>
a { background-color: #12BFE0; }
a { background-color: rgb(18,191,224); }
div.DivClassName
{
background-color: #12BFE0;
}
.BgClassName
{
background-color: #12BFE0;
}
</style>
border-color css
<style>
span { border-color: #12BFE0; }
span { border-color: rgb(18,191,224); }
td.TdClassName
{
border-color: #12BFE0;
}
.TagClassName
{
border-color: #12BFE0;
}
</style>