Shades of Bright Turquoise #1AFDCE
Tints of Bright Turquoise #1AFDCE
RGB
CMYK
RGB Variations
Color information
#1AFDCE (or 0x1AFDCE) is known color: Bright Turquoise. HEX triplet: 1A, FD and CE. RGB value is (26,253,206). Sum of RGB (Red+Green+Blue) = 26+253+206=485 (64% of max value = 765). Red value is 26 (10.55% from 255 or 5.36% from 485); Green value is 253 (99.22% from 255 or 52.16% from 485); Blue value is 206 (80.86% from 255 or 42.47% from 485); Max value from RGB is 253 - color contains mainly: green. Hex color #1AFDCE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1AFDCE is #E50231. Grayscale: #B3B3B3. Windows color (decimal): -15008306 or 13565210. OLE color: 13565210.
HSL color Cylindrical-coordinate representation of color #1AFDCE: hue angle of 167.58º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1AFDCE is Cyan = 0.90, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 26 | 253 | 206 | - |
| CMYK | 0.90 | 0 | 0.19 | 0.01 |
| HSL | 167.58º | 0.98% | 0.55% | - |
| HSV(B) | 167.58º | 0.9% | 0.99% | - |
| XYZ | 46.69 | 74.93 | 70.39 | - |
| YUV | 179.77 | 142.79 | 18.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 253 | 206 | 0.90 | 0 | 0.19 | 0.01 | 167.58 | 0.98 | 0.55 |
| Hex | 1A | FD | CE | 5A | 0 | 13 | 1 | A8 | 62 | 37 |
| Octal | 32 | 375 | 316 | 132 | 0 | 23 | 1 | 250 | 142 | 67 |
| Binary | 11010 | 11111101 | 11001110 | 1011010 | 0 | 10011 | 1 | 10101000 | 1100010 | 110111 |
Color Harmonies of #1AFDCE
Complementary color
Monochromatic Colors of #1AFDCE
Black with #1AFDCE
Text Example
Text Example
White with #1AFDCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AFDCE; }
p { color: rgb(26,253,206); }
H1.HeaderClassName
{
color: #1AFDCE;
}
.AnyTagClassName
{
color: #1AFDCE;
}
</style>
background-color css
<style>
a { background-color: #1AFDCE; }
a { background-color: rgb(26,253,206); }
div.DivClassName
{
background-color: #1AFDCE;
}
.BgClassName
{
background-color: #1AFDCE;
}
</style>
border-color css
<style>
span { border-color: #1AFDCE; }
span { border-color: rgb(26,253,206); }
td.TdClassName
{
border-color: #1AFDCE;
}
.TagClassName
{
border-color: #1AFDCE;
}
</style>