Shades of Bright Turquoise #1ADFCE
Tints of Bright Turquoise #1ADFCE
RGB
CMYK
RGB Variations
Color information
#1ADFCE (or 0x1ADFCE) is known color: Bright Turquoise. HEX triplet: 1A, DF and CE. RGB value is (26,223,206). Sum of RGB (Red+Green+Blue) = 26+223+206=455 (60% of max value = 765). Red value is 26 (10.55% from 255 or 5.71% from 455); Green value is 223 (87.5% from 255 or 49.01% from 455); Blue value is 206 (80.86% from 255 or 45.27% from 455); Max value from RGB is 223 - color contains mainly: green. Hex color #1ADFCE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ADFCE is #E52031. Grayscale: #A2A2A2. Windows color (decimal): -15015986 or 13557530. OLE color: 13557530.
HSL color Cylindrical-coordinate representation of color #1ADFCE: hue angle of 174.82º 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 #1ADFCE is Cyan = 0.88, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 26 | 223 | 206 | - |
| CMYK | 0.88 | 0 | 0.08 | 0.13 |
| HSL | 174.82º | 0.79% | 0.49% | - |
| HSV(B) | 174.82º | 0.88% | 0.87% | - |
| XYZ | 37.95 | 57.45 | 67.48 | - |
| YUV | 162.16 | 152.73 | 30.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 223 | 206 | 0.88 | 0 | 0.08 | 0.13 | 174.82 | 0.79 | 0.49 |
| Hex | 1A | DF | CE | 58 | 0 | 8 | D | AF | 4F | 31 |
| Octal | 32 | 337 | 316 | 130 | 0 | 10 | 15 | 257 | 117 | 61 |
| Binary | 11010 | 11011111 | 11001110 | 1011000 | 0 | 1000 | 1101 | 10101111 | 1001111 | 110001 |
Color Harmonies of #1ADFCE
Complementary color
Monochromatic Colors of #1ADFCE
Black with #1ADFCE
Text Example
Text Example
White with #1ADFCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ADFCE; }
p { color: rgb(26,223,206); }
H1.HeaderClassName
{
color: #1ADFCE;
}
.AnyTagClassName
{
color: #1ADFCE;
}
</style>
background-color css
<style>
a { background-color: #1ADFCE; }
a { background-color: rgb(26,223,206); }
div.DivClassName
{
background-color: #1ADFCE;
}
.BgClassName
{
background-color: #1ADFCE;
}
</style>
border-color css
<style>
span { border-color: #1ADFCE; }
span { border-color: rgb(26,223,206); }
td.TdClassName
{
border-color: #1ADFCE;
}
.TagClassName
{
border-color: #1ADFCE;
}
</style>