Shades of Bright Turquoise #1AD5DF
Tints of Bright Turquoise #1AD5DF
RGB
CMYK
RGB Variations
Color information
#1AD5DF (or 0x1AD5DF) is known color: Bright Turquoise. HEX triplet: 1A, D5 and DF. RGB value is (26,213,223). Sum of RGB (Red+Green+Blue) = 26+213+223=462 (61% of max value = 765). Red value is 26 (10.55% from 255 or 5.63% from 462); Green value is 213 (83.59% from 255 or 46.10% from 462); Blue value is 223 (87.5% from 255 or 48.27% from 462); Max value from RGB is 223 - color contains mainly: blue. Hex color #1AD5DF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1AD5DF is #E52A20. Grayscale: #9E9E9E. Windows color (decimal): -15018529 or 14669082. OLE color: 14669082.
HSL color Cylindrical-coordinate representation of color #1AD5DF: hue angle of 183.05º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1AD5DF is Cyan = 0.88, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 26 | 213 | 223 | - |
| CMYK | 0.88 | 0.04 | 0 | 0.13 |
| HSL | 183.05º | 0.79% | 0.49% | - |
| HSV(B) | 183.05º | 0.88% | 0.87% | - |
| XYZ | 37.54 | 53.14 | 78.09 | - |
| YUV | 158.23 | 164.55 | 33.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 213 | 223 | 0.88 | 0.04 | 0 | 0.13 | 183.05 | 0.79 | 0.49 |
| Hex | 1A | D5 | DF | 58 | 4 | 0 | D | B7 | 4F | 31 |
| Octal | 32 | 325 | 337 | 130 | 4 | 0 | 15 | 267 | 117 | 61 |
| Binary | 11010 | 11010101 | 11011111 | 1011000 | 100 | 0 | 1101 | 10110111 | 1001111 | 110001 |
Color Harmonies of #1AD5DF
Complementary color
Monochromatic Colors of #1AD5DF
Black with #1AD5DF
Text Example
Text Example
White with #1AD5DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AD5DF; }
p { color: rgb(26,213,223); }
H1.HeaderClassName
{
color: #1AD5DF;
}
.AnyTagClassName
{
color: #1AD5DF;
}
</style>
background-color css
<style>
a { background-color: #1AD5DF; }
a { background-color: rgb(26,213,223); }
div.DivClassName
{
background-color: #1AD5DF;
}
.BgClassName
{
background-color: #1AD5DF;
}
</style>
border-color css
<style>
span { border-color: #1AD5DF; }
span { border-color: rgb(26,213,223); }
td.TdClassName
{
border-color: #1AD5DF;
}
.TagClassName
{
border-color: #1AD5DF;
}
</style>