Shades of Bright Turquoise #1ADCDF
Tints of Bright Turquoise #1ADCDF
RGB
CMYK
RGB Variations
Color information
#1ADCDF (or 0x1ADCDF) is known color: Bright Turquoise. HEX triplet: 1A, DC and DF. RGB value is (26,220,223). Sum of RGB (Red+Green+Blue) = 26+220+223=469 (62% of max value = 765). Red value is 26 (10.55% from 255 or 5.54% from 469); Green value is 220 (86.33% from 255 or 46.91% from 469); Blue value is 223 (87.5% from 255 or 47.55% from 469); Max value from RGB is 223 - color contains mainly: blue. Hex color #1ADCDF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ADCDF is #E52320. Grayscale: #A2A2A2. Windows color (decimal): -15016737 or 14670874. OLE color: 14670874.
HSL color Cylindrical-coordinate representation of color #1ADCDF: hue angle of 180.91º 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 #1ADCDF is Cyan = 0.88, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 26 | 220 | 223 | - |
| CMYK | 0.88 | 0.01 | 0 | 0.13 |
| HSL | 180.91º | 0.79% | 0.49% | - |
| HSV(B) | 180.91º | 0.88% | 0.87% | - |
| XYZ | 39.34 | 56.73 | 78.69 | - |
| YUV | 162.34 | 162.23 | 30.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 220 | 223 | 0.88 | 0.01 | 0 | 0.13 | 180.91 | 0.79 | 0.49 |
| Hex | 1A | DC | DF | 58 | 1 | 0 | D | B5 | 4F | 31 |
| Octal | 32 | 334 | 337 | 130 | 1 | 0 | 15 | 265 | 117 | 61 |
| Binary | 11010 | 11011100 | 11011111 | 1011000 | 1 | 0 | 1101 | 10110101 | 1001111 | 110001 |
Color Harmonies of #1ADCDF
Complementary color
Monochromatic Colors of #1ADCDF
Black with #1ADCDF
Text Example
Text Example
White with #1ADCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ADCDF; }
p { color: rgb(26,220,223); }
H1.HeaderClassName
{
color: #1ADCDF;
}
.AnyTagClassName
{
color: #1ADCDF;
}
</style>
background-color css
<style>
a { background-color: #1ADCDF; }
a { background-color: rgb(26,220,223); }
div.DivClassName
{
background-color: #1ADCDF;
}
.BgClassName
{
background-color: #1ADCDF;
}
</style>
border-color css
<style>
span { border-color: #1ADCDF; }
span { border-color: rgb(26,220,223); }
td.TdClassName
{
border-color: #1ADCDF;
}
.TagClassName
{
border-color: #1ADCDF;
}
</style>