Shades of Bright Turquoise #1ADFDA
Tints of Bright Turquoise #1ADFDA
RGB
CMYK
RGB Variations
Color information
#1ADFDA (or 0x1ADFDA) is known color: Bright Turquoise. HEX triplet: 1A, DF and DA. RGB value is (26,223,218). Sum of RGB (Red+Green+Blue) = 26+223+218=467 (61% of max value = 765). Red value is 26 (10.55% from 255 or 5.57% from 467); Green value is 223 (87.5% from 255 or 47.75% from 467); Blue value is 218 (85.55% from 255 or 46.68% from 467); Max value from RGB is 223 - color contains mainly: green. Hex color #1ADFDA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ADFDA is #E52025. Grayscale: #A3A3A3. Windows color (decimal): -15015974 or 14343962. OLE color: 14343962.
HSL color Cylindrical-coordinate representation of color #1ADFDA: hue angle of 178.48º 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 #1ADFDA is Cyan = 0.88, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 26 | 223 | 218 | - |
| CMYK | 0.88 | 0 | 0.02 | 0.13 |
| HSL | 178.48º | 0.79% | 0.49% | - |
| HSV(B) | 178.48º | 0.88% | 0.87% | - |
| XYZ | 39.47 | 58.06 | 75.46 | - |
| YUV | 163.53 | 158.73 | 29.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 223 | 218 | 0.88 | 0 | 0.02 | 0.13 | 178.48 | 0.79 | 0.49 |
| Hex | 1A | DF | DA | 58 | 0 | 2 | D | B2 | 4F | 31 |
| Octal | 32 | 337 | 332 | 130 | 0 | 2 | 15 | 262 | 117 | 61 |
| Binary | 11010 | 11011111 | 11011010 | 1011000 | 0 | 10 | 1101 | 10110010 | 1001111 | 110001 |
Color Harmonies of #1ADFDA
Complementary color
Monochromatic Colors of #1ADFDA
Black with #1ADFDA
Text Example
Text Example
White with #1ADFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ADFDA; }
p { color: rgb(26,223,218); }
H1.HeaderClassName
{
color: #1ADFDA;
}
.AnyTagClassName
{
color: #1ADFDA;
}
</style>
background-color css
<style>
a { background-color: #1ADFDA; }
a { background-color: rgb(26,223,218); }
div.DivClassName
{
background-color: #1ADFDA;
}
.BgClassName
{
background-color: #1ADFDA;
}
</style>
border-color css
<style>
span { border-color: #1ADFDA; }
span { border-color: rgb(26,223,218); }
td.TdClassName
{
border-color: #1ADFDA;
}
.TagClassName
{
border-color: #1ADFDA;
}
</style>