Shades of Bright Turquoise #1AFDDF
Tints of Bright Turquoise #1AFDDF
RGB
CMYK
RGB Variations
Color information
#1AFDDF (or 0x1AFDDF) is known color: Bright Turquoise. HEX triplet: 1A, FD and DF. RGB value is (26,253,223). Sum of RGB (Red+Green+Blue) = 26+253+223=502 (66% of max value = 765). Red value is 26 (10.55% from 255 or 5.18% from 502); Green value is 253 (99.22% from 255 or 50.40% from 502); Blue value is 223 (87.5% from 255 or 44.42% from 502); Max value from RGB is 253 - color contains mainly: green. Hex color #1AFDDF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1AFDDF is #E50220. Grayscale: #B5B5B5. Windows color (decimal): -15008289 or 14679322. OLE color: 14679322.
HSL color Cylindrical-coordinate representation of color #1AFDDF: hue angle of 172.07º 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 #1AFDDF is Cyan = 0.90, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 26 | 253 | 223 | - |
| CMYK | 0.90 | 0 | 0.12 | 0.01 |
| HSL | 172.07º | 0.98% | 0.55% | - |
| HSV(B) | 172.07º | 0.9% | 0.99% | - |
| XYZ | 48.87 | 75.8 | 81.87 | - |
| YUV | 181.71 | 151.29 | 16.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 253 | 223 | 0.90 | 0 | 0.12 | 0.01 | 172.07 | 0.98 | 0.55 |
| Hex | 1A | FD | DF | 5A | 0 | C | 1 | AC | 62 | 37 |
| Octal | 32 | 375 | 337 | 132 | 0 | 14 | 1 | 254 | 142 | 67 |
| Binary | 11010 | 11111101 | 11011111 | 1011010 | 0 | 1100 | 1 | 10101100 | 1100010 | 110111 |
Color Harmonies of #1AFDDF
Complementary color
Monochromatic Colors of #1AFDDF
Black with #1AFDDF
Text Example
Text Example
White with #1AFDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AFDDF; }
p { color: rgb(26,253,223); }
H1.HeaderClassName
{
color: #1AFDDF;
}
.AnyTagClassName
{
color: #1AFDDF;
}
</style>
background-color css
<style>
a { background-color: #1AFDDF; }
a { background-color: rgb(26,253,223); }
div.DivClassName
{
background-color: #1AFDDF;
}
.BgClassName
{
background-color: #1AFDDF;
}
</style>
border-color css
<style>
span { border-color: #1AFDDF; }
span { border-color: rgb(26,253,223); }
td.TdClassName
{
border-color: #1AFDDF;
}
.TagClassName
{
border-color: #1AFDDF;
}
</style>