Shades of Bright Turquoise #1AF1DB
Tints of Bright Turquoise #1AF1DB
RGB
CMYK
RGB Variations
Color information
#1AF1DB (or 0x1AF1DB) is known color: Bright Turquoise. HEX triplet: 1A, F1 and DB. RGB value is (26,241,219). Sum of RGB (Red+Green+Blue) = 26+241+219=486 (64% of max value = 765). Red value is 26 (10.55% from 255 or 5.35% from 486); Green value is 241 (94.53% from 255 or 49.59% from 486); Blue value is 219 (85.94% from 255 or 45.06% from 486); Max value from RGB is 241 - color contains mainly: green. Hex color #1AF1DB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1AF1DB is #E50E24. Grayscale: #AEAEAE. Windows color (decimal): -15011365 or 14414106. OLE color: 14414106.
HSL color Cylindrical-coordinate representation of color #1AF1DB: hue angle of 173.86º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1AF1DB is Cyan = 0.89, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 26 | 241 | 219 | - |
| CMYK | 0.89 | 0 | 0.09 | 0.05 |
| HSL | 173.86º | 0.88% | 0.52% | - |
| HSV(B) | 173.86º | 0.89% | 0.95% | - |
| XYZ | 44.67 | 68.24 | 77.84 | - |
| YUV | 174.21 | 153.27 | 22.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 241 | 219 | 0.89 | 0 | 0.09 | 0.05 | 173.86 | 0.88 | 0.52 |
| Hex | 1A | F1 | DB | 59 | 0 | 9 | 5 | AE | 58 | 34 |
| Octal | 32 | 361 | 333 | 131 | 0 | 11 | 5 | 256 | 130 | 64 |
| Binary | 11010 | 11110001 | 11011011 | 1011001 | 0 | 1001 | 101 | 10101110 | 1011000 | 110100 |
Color Harmonies of #1AF1DB
Complementary color
Monochromatic Colors of #1AF1DB
Black with #1AF1DB
Text Example
Text Example
White with #1AF1DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AF1DB; }
p { color: rgb(26,241,219); }
H1.HeaderClassName
{
color: #1AF1DB;
}
.AnyTagClassName
{
color: #1AF1DB;
}
</style>
background-color css
<style>
a { background-color: #1AF1DB; }
a { background-color: rgb(26,241,219); }
div.DivClassName
{
background-color: #1AF1DB;
}
.BgClassName
{
background-color: #1AF1DB;
}
</style>
border-color css
<style>
span { border-color: #1AF1DB; }
span { border-color: rgb(26,241,219); }
td.TdClassName
{
border-color: #1AF1DB;
}
.TagClassName
{
border-color: #1AF1DB;
}
</style>