Shades of Bright Turquoise #1AE7CF
Tints of Bright Turquoise #1AE7CF
RGB
CMYK
RGB Variations
Color information
#1AE7CF (or 0x1AE7CF) is known color: Bright Turquoise. HEX triplet: 1A, E7 and CF. RGB value is (26,231,207). Sum of RGB (Red+Green+Blue) = 26+231+207=464 (61% of max value = 765). Red value is 26 (10.55% from 255 or 5.60% from 464); Green value is 231 (90.62% from 255 or 49.78% from 464); Blue value is 207 (81.25% from 255 or 44.61% from 464); Max value from RGB is 231 - color contains mainly: green. Hex color #1AE7CF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1AE7CF is #E51830. Grayscale: #A6A6A6. Windows color (decimal): -15013937 or 13625114. OLE color: 13625114.
HSL color Cylindrical-coordinate representation of color #1AE7CF: hue angle of 172.98º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1AE7CF is Cyan = 0.89, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 26 | 231 | 207 | - |
| CMYK | 0.89 | 0 | 0.10 | 0.09 |
| HSL | 172.98º | 0.81% | 0.5% | - |
| HSV(B) | 172.98º | 0.89% | 0.91% | - |
| XYZ | 40.26 | 61.88 | 68.85 | - |
| YUV | 166.97 | 150.58 | 27.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 231 | 207 | 0.89 | 0 | 0.10 | 0.09 | 172.98 | 0.81 | 0.5 |
| Hex | 1A | E7 | CF | 59 | 0 | A | 9 | AD | 51 | 32 |
| Octal | 32 | 347 | 317 | 131 | 0 | 12 | 11 | 255 | 121 | 62 |
| Binary | 11010 | 11100111 | 11001111 | 1011001 | 0 | 1010 | 1001 | 10101101 | 1010001 | 110010 |
Color Harmonies of #1AE7CF
Complementary color
Monochromatic Colors of #1AE7CF
Black with #1AE7CF
Text Example
Text Example
White with #1AE7CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AE7CF; }
p { color: rgb(26,231,207); }
H1.HeaderClassName
{
color: #1AE7CF;
}
.AnyTagClassName
{
color: #1AE7CF;
}
</style>
background-color css
<style>
a { background-color: #1AE7CF; }
a { background-color: rgb(26,231,207); }
div.DivClassName
{
background-color: #1AE7CF;
}
.BgClassName
{
background-color: #1AE7CF;
}
</style>
border-color css
<style>
span { border-color: #1AE7CF; }
span { border-color: rgb(26,231,207); }
td.TdClassName
{
border-color: #1AE7CF;
}
.TagClassName
{
border-color: #1AE7CF;
}
</style>