Shades of Bright Turquoise #1ADFD5
Tints of Bright Turquoise #1ADFD5
RGB
CMYK
RGB Variations
Color information
#1ADFD5 (or 0x1ADFD5) is known color: Bright Turquoise. HEX triplet: 1A, DF and D5. RGB value is (26,223,213). Sum of RGB (Red+Green+Blue) = 26+223+213=462 (61% of max value = 765). Red value is 26 (10.55% from 255 or 5.63% from 462); Green value is 223 (87.5% from 255 or 48.27% from 462); Blue value is 213 (83.59% from 255 or 46.10% from 462); Max value from RGB is 223 - color contains mainly: green. Hex color #1ADFD5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ADFD5 is #E5202A. Grayscale: #A2A2A2. Windows color (decimal): -15015979 or 14016282. OLE color: 14016282.
HSL color Cylindrical-coordinate representation of color #1ADFD5: hue angle of 176.95º 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 #1ADFD5 is Cyan = 0.88, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 26 | 223 | 213 | - |
| CMYK | 0.88 | 0 | 0.04 | 0.13 |
| HSL | 176.95º | 0.79% | 0.49% | - |
| HSV(B) | 176.95º | 0.88% | 0.87% | - |
| XYZ | 38.82 | 57.8 | 72.06 | - |
| YUV | 162.96 | 156.23 | 30.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 223 | 213 | 0.88 | 0 | 0.04 | 0.13 | 176.95 | 0.79 | 0.49 |
| Hex | 1A | DF | D5 | 58 | 0 | 4 | D | B1 | 4F | 31 |
| Octal | 32 | 337 | 325 | 130 | 0 | 4 | 15 | 261 | 117 | 61 |
| Binary | 11010 | 11011111 | 11010101 | 1011000 | 0 | 100 | 1101 | 10110001 | 1001111 | 110001 |
Color Harmonies of #1ADFD5
Complementary color
Monochromatic Colors of #1ADFD5
Black with #1ADFD5
Text Example
Text Example
White with #1ADFD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ADFD5; }
p { color: rgb(26,223,213); }
H1.HeaderClassName
{
color: #1ADFD5;
}
.AnyTagClassName
{
color: #1ADFD5;
}
</style>
background-color css
<style>
a { background-color: #1ADFD5; }
a { background-color: rgb(26,223,213); }
div.DivClassName
{
background-color: #1ADFD5;
}
.BgClassName
{
background-color: #1ADFD5;
}
</style>
border-color css
<style>
span { border-color: #1ADFD5; }
span { border-color: rgb(26,223,213); }
td.TdClassName
{
border-color: #1ADFD5;
}
.TagClassName
{
border-color: #1ADFD5;
}
</style>