Shades of Bright Turquoise #12D3E7
Tints of Bright Turquoise #12D3E7
RGB
CMYK
RGB Variations
Color information
#12D3E7 (or 0x12D3E7) is known color: Bright Turquoise. HEX triplet: 12, D3 and E7. RGB value is (18,211,231). Sum of RGB (Red+Green+Blue) = 18+211+231=460 (60% of max value = 765). Red value is 18 (7.42% from 255 or 3.91% from 460); Green value is 211 (82.81% from 255 or 45.87% from 460); Blue value is 231 (90.62% from 255 or 50.22% from 460); Max value from RGB is 231 - color contains mainly: blue. Hex color #12D3E7 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #12D3E7 is #ED2C18. Grayscale: #9B9B9B. Windows color (decimal): -15543321 or 15192850. OLE color: 15192850.
HSL color Cylindrical-coordinate representation of color #12D3E7: hue angle of 185.63º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12D3E7 is Cyan = 0.92, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 18 | 211 | 231 | - |
| CMYK | 0.92 | 0.09 | 0 | 0.09 |
| HSL | 185.63º | 0.86% | 0.49% | - |
| HSV(B) | 185.63º | 0.92% | 0.91% | - |
| XYZ | 37.97 | 52.49 | 83.73 | - |
| YUV | 155.57 | 170.56 | 29.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 211 | 231 | 0.92 | 0.09 | 0 | 0.09 | 185.63 | 0.86 | 0.49 |
| Hex | 12 | D3 | E7 | 5C | 9 | 0 | 9 | BA | 56 | 31 |
| Octal | 22 | 323 | 347 | 134 | 11 | 0 | 11 | 272 | 126 | 61 |
| Binary | 10010 | 11010011 | 11100111 | 1011100 | 1001 | 0 | 1001 | 10111010 | 1010110 | 110001 |
Color Harmonies of #12D3E7
Complementary color
Monochromatic Colors of #12D3E7
Black with #12D3E7
Text Example
Text Example
White with #12D3E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12D3E7; }
p { color: rgb(18,211,231); }
H1.HeaderClassName
{
color: #12D3E7;
}
.AnyTagClassName
{
color: #12D3E7;
}
</style>
background-color css
<style>
a { background-color: #12D3E7; }
a { background-color: rgb(18,211,231); }
div.DivClassName
{
background-color: #12D3E7;
}
.BgClassName
{
background-color: #12D3E7;
}
</style>
border-color css
<style>
span { border-color: #12D3E7; }
span { border-color: rgb(18,211,231); }
td.TdClassName
{
border-color: #12D3E7;
}
.TagClassName
{
border-color: #12D3E7;
}
</style>