Shades of Bright Turquoise #1AF8DD
Tints of Bright Turquoise #1AF8DD
RGB
CMYK
RGB Variations
Color information
#1AF8DD (or 0x1AF8DD) is known color: Bright Turquoise. HEX triplet: 1A, F8 and DD. RGB value is (26,248,221). Sum of RGB (Red+Green+Blue) = 26+248+221=495 (65% of max value = 765). Red value is 26 (10.55% from 255 or 5.25% from 495); Green value is 248 (97.27% from 255 or 50.10% from 495); Blue value is 221 (86.72% from 255 or 44.65% from 495); Max value from RGB is 248 - color contains mainly: green. Hex color #1AF8DD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1AF8DD is #E50722. Grayscale: #B2B2B2. Windows color (decimal): -15009571 or 14546970. OLE color: 14546970.
HSL color Cylindrical-coordinate representation of color #1AF8DD: hue angle of 172.7º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1AF8DD is Cyan = 0.90, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 26 | 248 | 221 | - |
| CMYK | 0.90 | 0 | 0.11 | 0.03 |
| HSL | 172.7º | 0.94% | 0.54% | - |
| HSV(B) | 172.7º | 0.9% | 0.97% | - |
| XYZ | 47.04 | 72.57 | 79.94 | - |
| YUV | 178.54 | 151.95 | 19.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 248 | 221 | 0.90 | 0 | 0.11 | 0.03 | 172.7 | 0.94 | 0.54 |
| Hex | 1A | F8 | DD | 5A | 0 | B | 3 | AD | 5E | 36 |
| Octal | 32 | 370 | 335 | 132 | 0 | 13 | 3 | 255 | 136 | 66 |
| Binary | 11010 | 11111000 | 11011101 | 1011010 | 0 | 1011 | 11 | 10101101 | 1011110 | 110110 |
Color Harmonies of #1AF8DD
Complementary color
Monochromatic Colors of #1AF8DD
Black with #1AF8DD
Text Example
Text Example
White with #1AF8DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AF8DD; }
p { color: rgb(26,248,221); }
H1.HeaderClassName
{
color: #1AF8DD;
}
.AnyTagClassName
{
color: #1AF8DD;
}
</style>
background-color css
<style>
a { background-color: #1AF8DD; }
a { background-color: rgb(26,248,221); }
div.DivClassName
{
background-color: #1AF8DD;
}
.BgClassName
{
background-color: #1AF8DD;
}
</style>
border-color css
<style>
span { border-color: #1AF8DD; }
span { border-color: rgb(26,248,221); }
td.TdClassName
{
border-color: #1AF8DD;
}
.TagClassName
{
border-color: #1AF8DD;
}
</style>