Shades of Bright Turquoise #1AFFCD
Tints of Bright Turquoise #1AFFCD
RGB
CMYK
RGB Variations
Color information
#1AFFCD (or 0x1AFFCD) is known color: Bright Turquoise. HEX triplet: 1A, FF and CD. RGB value is (26,255,205). Sum of RGB (Red+Green+Blue) = 26+255+205=486 (64% of max value = 765). Red value is 26 (10.55% from 255 or 5.35% from 486); Green value is 255 (100% from 255 or 52.47% from 486); Blue value is 205 (80.47% from 255 or 42.18% from 486); Max value from RGB is 255 - color contains mainly: green. Hex color #1AFFCD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1AFFCD is #E50032. Grayscale: #B4B4B4. Windows color (decimal): -15007795 or 13500186. OLE color: 13500186.
HSL color Cylindrical-coordinate representation of color #1AFFCD: hue angle of 166.9º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1AFFCD is Cyan = 0.90, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 26 | 255 | 205 | - |
| CMYK | 0.90 | 0 | 0.20 | 0 |
| HSL | 166.9º | 1% | 0.55% | - |
| HSV(B) | 166.9º | 0.9% | 1% | - |
| XYZ | 47.21 | 76.15 | 69.97 | - |
| YUV | 180.83 | 141.63 | 17.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 255 | 205 | 0.90 | 0 | 0.20 | 0 | 166.9 | 1 | 0.55 |
| Hex | 1A | FF | CD | 5A | 0 | 14 | 0 | A7 | 64 | 37 |
| Octal | 32 | 377 | 315 | 132 | 0 | 24 | 0 | 247 | 144 | 67 |
| Binary | 11010 | 11111111 | 11001101 | 1011010 | 0 | 10100 | 0 | 10100111 | 1100100 | 110111 |
Color Harmonies of #1AFFCD
Complementary color
Monochromatic Colors of #1AFFCD
Black with #1AFFCD
Text Example
Text Example
White with #1AFFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AFFCD; }
p { color: rgb(26,255,205); }
H1.HeaderClassName
{
color: #1AFFCD;
}
.AnyTagClassName
{
color: #1AFFCD;
}
</style>
background-color css
<style>
a { background-color: #1AFFCD; }
a { background-color: rgb(26,255,205); }
div.DivClassName
{
background-color: #1AFFCD;
}
.BgClassName
{
background-color: #1AFFCD;
}
</style>
border-color css
<style>
span { border-color: #1AFFCD; }
span { border-color: rgb(26,255,205); }
td.TdClassName
{
border-color: #1AFFCD;
}
.TagClassName
{
border-color: #1AFFCD;
}
</style>