Shades of Bright Turquoise #1ADFD8
Tints of Bright Turquoise #1ADFD8
RGB
CMYK
RGB Variations
Color information
#1ADFD8 (or 0x1ADFD8) is known color: Bright Turquoise. HEX triplet: 1A, DF and D8. RGB value is (26,223,216). Sum of RGB (Red+Green+Blue) = 26+223+216=465 (61% of max value = 765). Red value is 26 (10.55% from 255 or 5.59% from 465); Green value is 223 (87.5% from 255 or 47.96% from 465); Blue value is 216 (84.77% from 255 or 46.45% from 465); Max value from RGB is 223 - color contains mainly: green. Hex color #1ADFD8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ADFD8 is #E52027. Grayscale: #A3A3A3. Windows color (decimal): -15015976 or 14212890. OLE color: 14212890.
HSL color Cylindrical-coordinate representation of color #1ADFD8: hue angle of 177.87º 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 #1ADFD8 is Cyan = 0.88, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 26 | 223 | 216 | - |
| CMYK | 0.88 | 0 | 0.03 | 0.13 |
| HSL | 177.87º | 0.79% | 0.49% | - |
| HSV(B) | 177.87º | 0.88% | 0.87% | - |
| XYZ | 39.21 | 57.95 | 74.09 | - |
| YUV | 163.3 | 157.73 | 30.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 223 | 216 | 0.88 | 0 | 0.03 | 0.13 | 177.87 | 0.79 | 0.49 |
| Hex | 1A | DF | D8 | 58 | 0 | 3 | D | B2 | 4F | 31 |
| Octal | 32 | 337 | 330 | 130 | 0 | 3 | 15 | 262 | 117 | 61 |
| Binary | 11010 | 11011111 | 11011000 | 1011000 | 0 | 11 | 1101 | 10110010 | 1001111 | 110001 |
Color Harmonies of #1ADFD8
Complementary color
Monochromatic Colors of #1ADFD8
Black with #1ADFD8
Text Example
Text Example
White with #1ADFD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ADFD8; }
p { color: rgb(26,223,216); }
H1.HeaderClassName
{
color: #1ADFD8;
}
.AnyTagClassName
{
color: #1ADFD8;
}
</style>
background-color css
<style>
a { background-color: #1ADFD8; }
a { background-color: rgb(26,223,216); }
div.DivClassName
{
background-color: #1ADFD8;
}
.BgClassName
{
background-color: #1ADFD8;
}
</style>
border-color css
<style>
span { border-color: #1ADFD8; }
span { border-color: rgb(26,223,216); }
td.TdClassName
{
border-color: #1ADFD8;
}
.TagClassName
{
border-color: #1ADFD8;
}
</style>