Shades of Bright Turquoise #1AEDCF
Tints of Bright Turquoise #1AEDCF
RGB
CMYK
RGB Variations
Color information
#1AEDCF (or 0x1AEDCF) is known color: Bright Turquoise. HEX triplet: 1A, ED and CF. RGB value is (26,237,207). Sum of RGB (Red+Green+Blue) = 26+237+207=470 (62% of max value = 765). Red value is 26 (10.55% from 255 or 5.53% from 470); Green value is 237 (92.97% from 255 or 50.43% from 470); Blue value is 207 (81.25% from 255 or 44.04% from 470); Max value from RGB is 237 - color contains mainly: green. Hex color #1AEDCF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1AEDCF is #E51230. Grayscale: #AAAAAA. Windows color (decimal): -15012401 or 13626650. OLE color: 13626650.
HSL color Cylindrical-coordinate representation of color #1AEDCF: hue angle of 171.47º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1AEDCF is Cyan = 0.89, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 26 | 237 | 207 | - |
| CMYK | 0.89 | 0 | 0.13 | 0.07 |
| HSL | 171.47º | 0.85% | 0.52% | - |
| HSV(B) | 171.47º | 0.89% | 0.93% | - |
| XYZ | 41.97 | 65.29 | 69.42 | - |
| YUV | 170.49 | 148.6 | 24.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 237 | 207 | 0.89 | 0 | 0.13 | 0.07 | 171.47 | 0.85 | 0.52 |
| Hex | 1A | ED | CF | 59 | 0 | D | 7 | AB | 55 | 34 |
| Octal | 32 | 355 | 317 | 131 | 0 | 15 | 7 | 253 | 125 | 64 |
| Binary | 11010 | 11101101 | 11001111 | 1011001 | 0 | 1101 | 111 | 10101011 | 1010101 | 110100 |
Color Harmonies of #1AEDCF
Complementary color
Monochromatic Colors of #1AEDCF
Black with #1AEDCF
Text Example
Text Example
White with #1AEDCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AEDCF; }
p { color: rgb(26,237,207); }
H1.HeaderClassName
{
color: #1AEDCF;
}
.AnyTagClassName
{
color: #1AEDCF;
}
</style>
background-color css
<style>
a { background-color: #1AEDCF; }
a { background-color: rgb(26,237,207); }
div.DivClassName
{
background-color: #1AEDCF;
}
.BgClassName
{
background-color: #1AEDCF;
}
</style>
border-color css
<style>
span { border-color: #1AEDCF; }
span { border-color: rgb(26,237,207); }
td.TdClassName
{
border-color: #1AEDCF;
}
.TagClassName
{
border-color: #1AEDCF;
}
</style>