Shades of Bright Turquoise #1AFDD8
Tints of Bright Turquoise #1AFDD8
RGB
CMYK
RGB Variations
Color information
#1AFDD8 (or 0x1AFDD8) is known color: Bright Turquoise. HEX triplet: 1A, FD and D8. RGB value is (26,253,216). Sum of RGB (Red+Green+Blue) = 26+253+216=495 (65% of max value = 765). Red value is 26 (10.55% from 255 or 5.25% from 495); Green value is 253 (99.22% from 255 or 51.11% from 495); Blue value is 216 (84.77% from 255 or 43.64% from 495); Max value from RGB is 253 - color contains mainly: green. Hex color #1AFDD8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1AFDD8 is #E50227. Grayscale: #B4B4B4. Windows color (decimal): -15008296 or 14220570. OLE color: 14220570.
HSL color Cylindrical-coordinate representation of color #1AFDD8: hue angle of 170.22º 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 #1AFDD8 is Cyan = 0.90, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 26 | 253 | 216 | - |
| CMYK | 0.90 | 0 | 0.15 | 0.01 |
| HSL | 170.22º | 0.98% | 0.55% | - |
| HSV(B) | 170.22º | 0.9% | 0.99% | - |
| XYZ | 47.95 | 75.43 | 77 | - |
| YUV | 180.91 | 147.79 | 17.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 253 | 216 | 0.90 | 0 | 0.15 | 0.01 | 170.22 | 0.98 | 0.55 |
| Hex | 1A | FD | D8 | 5A | 0 | F | 1 | AA | 62 | 37 |
| Octal | 32 | 375 | 330 | 132 | 0 | 17 | 1 | 252 | 142 | 67 |
| Binary | 11010 | 11111101 | 11011000 | 1011010 | 0 | 1111 | 1 | 10101010 | 1100010 | 110111 |
Color Harmonies of #1AFDD8
Complementary color
Monochromatic Colors of #1AFDD8
Black with #1AFDD8
Text Example
Text Example
White with #1AFDD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AFDD8; }
p { color: rgb(26,253,216); }
H1.HeaderClassName
{
color: #1AFDD8;
}
.AnyTagClassName
{
color: #1AFDD8;
}
</style>
background-color css
<style>
a { background-color: #1AFDD8; }
a { background-color: rgb(26,253,216); }
div.DivClassName
{
background-color: #1AFDD8;
}
.BgClassName
{
background-color: #1AFDD8;
}
</style>
border-color css
<style>
span { border-color: #1AFDD8; }
span { border-color: rgb(26,253,216); }
td.TdClassName
{
border-color: #1AFDD8;
}
.TagClassName
{
border-color: #1AFDD8;
}
</style>