Shades of Bright Turquoise #1AF1DD
Tints of Bright Turquoise #1AF1DD
RGB
CMYK
RGB Variations
Color information
#1AF1DD (or 0x1AF1DD) is known color: Bright Turquoise. HEX triplet: 1A, F1 and DD. RGB value is (26,241,221). Sum of RGB (Red+Green+Blue) = 26+241+221=488 (64% of max value = 765). Red value is 26 (10.55% from 255 or 5.33% from 488); Green value is 241 (94.53% from 255 or 49.39% from 488); Blue value is 221 (86.72% from 255 or 45.29% from 488); Max value from RGB is 241 - color contains mainly: green. Hex color #1AF1DD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1AF1DD is #E50E22. Grayscale: #AEAEAE. Windows color (decimal): -15011363 or 14545178. OLE color: 14545178.
HSL color Cylindrical-coordinate representation of color #1AF1DD: hue angle of 174.42º 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 #1AF1DD is Cyan = 0.89, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 26 | 241 | 221 | - |
| CMYK | 0.89 | 0 | 0.08 | 0.05 |
| HSL | 174.42º | 0.88% | 0.52% | - |
| HSV(B) | 174.42º | 0.89% | 0.95% | - |
| XYZ | 44.93 | 68.35 | 79.23 | - |
| YUV | 174.44 | 154.27 | 22.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 241 | 221 | 0.89 | 0 | 0.08 | 0.05 | 174.42 | 0.88 | 0.52 |
| Hex | 1A | F1 | DD | 59 | 0 | 8 | 5 | AE | 58 | 34 |
| Octal | 32 | 361 | 335 | 131 | 0 | 10 | 5 | 256 | 130 | 64 |
| Binary | 11010 | 11110001 | 11011101 | 1011001 | 0 | 1000 | 101 | 10101110 | 1011000 | 110100 |
Color Harmonies of #1AF1DD
Complementary color
Monochromatic Colors of #1AF1DD
Black with #1AF1DD
Text Example
Text Example
White with #1AF1DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AF1DD; }
p { color: rgb(26,241,221); }
H1.HeaderClassName
{
color: #1AF1DD;
}
.AnyTagClassName
{
color: #1AF1DD;
}
</style>
background-color css
<style>
a { background-color: #1AF1DD; }
a { background-color: rgb(26,241,221); }
div.DivClassName
{
background-color: #1AF1DD;
}
.BgClassName
{
background-color: #1AF1DD;
}
</style>
border-color css
<style>
span { border-color: #1AF1DD; }
span { border-color: rgb(26,241,221); }
td.TdClassName
{
border-color: #1AF1DD;
}
.TagClassName
{
border-color: #1AF1DD;
}
</style>