Shades of Bright Turquoise #1AF9E9
Tints of Bright Turquoise #1AF9E9
RGB
CMYK
RGB Variations
Color information
#1AF9E9 (or 0x1AF9E9) is known color: Bright Turquoise. HEX triplet: 1A, F9 and E9. RGB value is (26,249,233). Sum of RGB (Red+Green+Blue) = 26+249+233=508 (67% of max value = 765). Red value is 26 (10.55% from 255 or 5.12% from 508); Green value is 249 (97.66% from 255 or 49.02% from 508); Blue value is 233 (91.41% from 255 or 45.87% from 508); Max value from RGB is 249 - color contains mainly: green. Hex color #1AF9E9 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1AF9E9 is #E50616. Grayscale: #B4B4B4. Windows color (decimal): -15009303 or 15333658. OLE color: 15333658.
HSL color Cylindrical-coordinate representation of color #1AF9E9: hue angle of 175.7º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1AF9E9 is Cyan = 0.90, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 26 | 249 | 233 | - |
| CMYK | 0.90 | 0 | 0.06 | 0.02 |
| HSL | 175.7º | 0.95% | 0.54% | - |
| HSV(B) | 175.7º | 0.9% | 0.98% | - |
| XYZ | 49.01 | 73.85 | 88.76 | - |
| YUV | 180.5 | 157.62 | 17.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 249 | 233 | 0.90 | 0 | 0.06 | 0.02 | 175.7 | 0.95 | 0.54 |
| Hex | 1A | F9 | E9 | 5A | 0 | 6 | 2 | B0 | 5F | 36 |
| Octal | 32 | 371 | 351 | 132 | 0 | 6 | 2 | 260 | 137 | 66 |
| Binary | 11010 | 11111001 | 11101001 | 1011010 | 0 | 110 | 10 | 10110000 | 1011111 | 110110 |
Color Harmonies of #1AF9E9
Complementary color
Monochromatic Colors of #1AF9E9
Black with #1AF9E9
Text Example
Text Example
White with #1AF9E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AF9E9; }
p { color: rgb(26,249,233); }
H1.HeaderClassName
{
color: #1AF9E9;
}
.AnyTagClassName
{
color: #1AF9E9;
}
</style>
background-color css
<style>
a { background-color: #1AF9E9; }
a { background-color: rgb(26,249,233); }
div.DivClassName
{
background-color: #1AF9E9;
}
.BgClassName
{
background-color: #1AF9E9;
}
</style>
border-color css
<style>
span { border-color: #1AF9E9; }
span { border-color: rgb(26,249,233); }
td.TdClassName
{
border-color: #1AF9E9;
}
.TagClassName
{
border-color: #1AF9E9;
}
</style>