Shades of Bright Turquoise #1AFDDB
Tints of Bright Turquoise #1AFDDB
RGB
CMYK
RGB Variations
Color information
#1AFDDB (or 0x1AFDDB) is known color: Bright Turquoise. HEX triplet: 1A, FD and DB. RGB value is (26,253,219). Sum of RGB (Red+Green+Blue) = 26+253+219=498 (65% of max value = 765). Red value is 26 (10.55% from 255 or 5.22% from 498); Green value is 253 (99.22% from 255 or 50.80% from 498); Blue value is 219 (85.94% from 255 or 43.98% from 498); Max value from RGB is 253 - color contains mainly: green. Hex color #1AFDDB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1AFDDB is #E50224. Grayscale: #B5B5B5. Windows color (decimal): -15008293 or 14417178. OLE color: 14417178.
HSL color Cylindrical-coordinate representation of color #1AFDDB: hue angle of 171.01º 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 #1AFDDB is Cyan = 0.90, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 26 | 253 | 219 | - |
| CMYK | 0.90 | 0 | 0.13 | 0.01 |
| HSL | 171.01º | 0.98% | 0.55% | - |
| HSV(B) | 171.01º | 0.9% | 0.99% | - |
| XYZ | 48.34 | 75.58 | 79.06 | - |
| YUV | 181.25 | 149.29 | 17.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 253 | 219 | 0.90 | 0 | 0.13 | 0.01 | 171.01 | 0.98 | 0.55 |
| Hex | 1A | FD | DB | 5A | 0 | D | 1 | AB | 62 | 37 |
| Octal | 32 | 375 | 333 | 132 | 0 | 15 | 1 | 253 | 142 | 67 |
| Binary | 11010 | 11111101 | 11011011 | 1011010 | 0 | 1101 | 1 | 10101011 | 1100010 | 110111 |
Color Harmonies of #1AFDDB
Complementary color
Monochromatic Colors of #1AFDDB
Black with #1AFDDB
Text Example
Text Example
White with #1AFDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AFDDB; }
p { color: rgb(26,253,219); }
H1.HeaderClassName
{
color: #1AFDDB;
}
.AnyTagClassName
{
color: #1AFDDB;
}
</style>
background-color css
<style>
a { background-color: #1AFDDB; }
a { background-color: rgb(26,253,219); }
div.DivClassName
{
background-color: #1AFDDB;
}
.BgClassName
{
background-color: #1AFDDB;
}
</style>
border-color css
<style>
span { border-color: #1AFDDB; }
span { border-color: rgb(26,253,219); }
td.TdClassName
{
border-color: #1AFDDB;
}
.TagClassName
{
border-color: #1AFDDB;
}
</style>