Shades of Bright Turquoise #12D5E0
Tints of Bright Turquoise #12D5E0
RGB
CMYK
RGB Variations
Color information
#12D5E0 (or 0x12D5E0) is known color: Bright Turquoise. HEX triplet: 12, D5 and E0. RGB value is (18,213,224). Sum of RGB (Red+Green+Blue) = 18+213+224=455 (60% of max value = 765). Red value is 18 (7.42% from 255 or 3.96% from 455); Green value is 213 (83.59% from 255 or 46.81% from 455); Blue value is 224 (87.89% from 255 or 49.23% from 455); Max value from RGB is 224 - color contains mainly: blue. Hex color #12D5E0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12D5E0 is #ED2A1F. Grayscale: #9B9B9B. Windows color (decimal): -15542816 or 14734610. OLE color: 14734610.
HSL color Cylindrical-coordinate representation of color #12D5E0: hue angle of 183.2º 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 #12D5E0 is Cyan = 0.92, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 18 | 213 | 224 | - |
| CMYK | 0.92 | 0.05 | 0 | 0.12 |
| HSL | 183.2º | 0.85% | 0.47% | - |
| HSV(B) | 183.2º | 0.92% | 0.88% | - |
| XYZ | 37.5 | 53.1 | 78.79 | - |
| YUV | 155.95 | 166.4 | 29.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 213 | 224 | 0.92 | 0.05 | 0 | 0.12 | 183.2 | 0.85 | 0.47 |
| Hex | 12 | D5 | E0 | 5C | 5 | 0 | C | B7 | 55 | 2F |
| Octal | 22 | 325 | 340 | 134 | 5 | 0 | 14 | 267 | 125 | 57 |
| Binary | 10010 | 11010101 | 11100000 | 1011100 | 101 | 0 | 1100 | 10110111 | 1010101 | 101111 |
Color Harmonies of #12D5E0
Complementary color
Monochromatic Colors of #12D5E0
Black with #12D5E0
Text Example
Text Example
White with #12D5E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12D5E0; }
p { color: rgb(18,213,224); }
H1.HeaderClassName
{
color: #12D5E0;
}
.AnyTagClassName
{
color: #12D5E0;
}
</style>
background-color css
<style>
a { background-color: #12D5E0; }
a { background-color: rgb(18,213,224); }
div.DivClassName
{
background-color: #12D5E0;
}
.BgClassName
{
background-color: #12D5E0;
}
</style>
border-color css
<style>
span { border-color: #12D5E0; }
span { border-color: rgb(18,213,224); }
td.TdClassName
{
border-color: #12D5E0;
}
.TagClassName
{
border-color: #12D5E0;
}
</style>