Shades of Bright Turquoise #1ADFCF
Tints of Bright Turquoise #1ADFCF
RGB
CMYK
RGB Variations
Color information
#1ADFCF (or 0x1ADFCF) is known color: Bright Turquoise. HEX triplet: 1A, DF and CF. RGB value is (26,223,207). Sum of RGB (Red+Green+Blue) = 26+223+207=456 (60% of max value = 765). Red value is 26 (10.55% from 255 or 5.70% from 456); Green value is 223 (87.5% from 255 or 48.90% from 456); Blue value is 207 (81.25% from 255 or 45.39% from 456); Max value from RGB is 223 - color contains mainly: green. Hex color #1ADFCF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ADFCF is #E52030. Grayscale: #A2A2A2. Windows color (decimal): -15015985 or 13623066. OLE color: 13623066.
HSL color Cylindrical-coordinate representation of color #1ADFCF: hue angle of 175.13º 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 #1ADFCF is Cyan = 0.88, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 26 | 223 | 207 | - |
| CMYK | 0.88 | 0 | 0.07 | 0.13 |
| HSL | 175.13º | 0.79% | 0.49% | - |
| HSV(B) | 175.13º | 0.88% | 0.87% | - |
| XYZ | 38.08 | 57.5 | 68.12 | - |
| YUV | 162.27 | 153.23 | 30.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 223 | 207 | 0.88 | 0 | 0.07 | 0.13 | 175.13 | 0.79 | 0.49 |
| Hex | 1A | DF | CF | 58 | 0 | 7 | D | AF | 4F | 31 |
| Octal | 32 | 337 | 317 | 130 | 0 | 7 | 15 | 257 | 117 | 61 |
| Binary | 11010 | 11011111 | 11001111 | 1011000 | 0 | 111 | 1101 | 10101111 | 1001111 | 110001 |
Color Harmonies of #1ADFCF
Complementary color
Monochromatic Colors of #1ADFCF
Black with #1ADFCF
Text Example
Text Example
White with #1ADFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ADFCF; }
p { color: rgb(26,223,207); }
H1.HeaderClassName
{
color: #1ADFCF;
}
.AnyTagClassName
{
color: #1ADFCF;
}
</style>
background-color css
<style>
a { background-color: #1ADFCF; }
a { background-color: rgb(26,223,207); }
div.DivClassName
{
background-color: #1ADFCF;
}
.BgClassName
{
background-color: #1ADFCF;
}
</style>
border-color css
<style>
span { border-color: #1ADFCF; }
span { border-color: rgb(26,223,207); }
td.TdClassName
{
border-color: #1ADFCF;
}
.TagClassName
{
border-color: #1ADFCF;
}
</style>