Shades of Bright Turquoise #1AD5EF
Tints of Bright Turquoise #1AD5EF
RGB
CMYK
RGB Variations
Color information
#1AD5EF (or 0x1AD5EF) is known color: Bright Turquoise. HEX triplet: 1A, D5 and EF. RGB value is (26,213,239). Sum of RGB (Red+Green+Blue) = 26+213+239=478 (63% of max value = 765). Red value is 26 (10.55% from 255 or 5.44% from 478); Green value is 213 (83.59% from 255 or 44.56% from 478); Blue value is 239 (93.75% from 255 or 50% from 478); Max value from RGB is 239 - color contains mainly: blue. Hex color #1AD5EF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1AD5EF is #E52A10. Grayscale: #9F9F9F. Windows color (decimal): -15018513 or 15717658. OLE color: 15717658.
HSL color Cylindrical-coordinate representation of color #1AD5EF: hue angle of 187.32º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1AD5EF is Cyan = 0.89, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 26 | 213 | 239 | - |
| CMYK | 0.89 | 0.11 | 0 | 0.06 |
| HSL | 187.32º | 0.87% | 0.52% | - |
| HSV(B) | 187.32º | 0.89% | 0.94% | - |
| XYZ | 39.8 | 54.04 | 89.99 | - |
| YUV | 160.05 | 172.55 | 32.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 213 | 239 | 0.89 | 0.11 | 0 | 0.06 | 187.32 | 0.87 | 0.52 |
| Hex | 1A | D5 | EF | 59 | B | 0 | 6 | BB | 57 | 34 |
| Octal | 32 | 325 | 357 | 131 | 13 | 0 | 6 | 273 | 127 | 64 |
| Binary | 11010 | 11010101 | 11101111 | 1011001 | 1011 | 0 | 110 | 10111011 | 1010111 | 110100 |
Color Harmonies of #1AD5EF
Complementary color
Monochromatic Colors of #1AD5EF
Black with #1AD5EF
Text Example
Text Example
White with #1AD5EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AD5EF; }
p { color: rgb(26,213,239); }
H1.HeaderClassName
{
color: #1AD5EF;
}
.AnyTagClassName
{
color: #1AD5EF;
}
</style>
background-color css
<style>
a { background-color: #1AD5EF; }
a { background-color: rgb(26,213,239); }
div.DivClassName
{
background-color: #1AD5EF;
}
.BgClassName
{
background-color: #1AD5EF;
}
</style>
border-color css
<style>
span { border-color: #1AD5EF; }
span { border-color: rgb(26,213,239); }
td.TdClassName
{
border-color: #1AD5EF;
}
.TagClassName
{
border-color: #1AD5EF;
}
</style>