Shades of Bright Turquoise #1ADFCB
Tints of Bright Turquoise #1ADFCB
RGB
CMYK
RGB Variations
Color information
#1ADFCB (or 0x1ADFCB) is known color: Bright Turquoise. HEX triplet: 1A, DF and CB. RGB value is (26,223,203). Sum of RGB (Red+Green+Blue) = 26+223+203=452 (59% of max value = 765). Red value is 26 (10.55% from 255 or 5.75% from 452); Green value is 223 (87.5% from 255 or 49.34% from 452); Blue value is 203 (79.69% from 255 or 44.91% from 452); Max value from RGB is 223 - color contains mainly: green. Hex color #1ADFCB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ADFCB is #E52034. Grayscale: #A1A1A1. Windows color (decimal): -15015989 or 13360922. OLE color: 13360922.
HSL color Cylindrical-coordinate representation of color #1ADFCB: hue angle of 173.91º 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 #1ADFCB is Cyan = 0.88, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 26 | 223 | 203 | - |
| CMYK | 0.88 | 0 | 0.09 | 0.13 |
| HSL | 173.91º | 0.79% | 0.49% | - |
| HSV(B) | 173.91º | 0.88% | 0.87% | - |
| XYZ | 37.59 | 57.31 | 65.58 | - |
| YUV | 161.82 | 151.23 | 31.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 223 | 203 | 0.88 | 0 | 0.09 | 0.13 | 173.91 | 0.79 | 0.49 |
| Hex | 1A | DF | CB | 58 | 0 | 9 | D | AE | 4F | 31 |
| Octal | 32 | 337 | 313 | 130 | 0 | 11 | 15 | 256 | 117 | 61 |
| Binary | 11010 | 11011111 | 11001011 | 1011000 | 0 | 1001 | 1101 | 10101110 | 1001111 | 110001 |
Color Harmonies of #1ADFCB
Complementary color
Monochromatic Colors of #1ADFCB
Black with #1ADFCB
Text Example
Text Example
White with #1ADFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ADFCB; }
p { color: rgb(26,223,203); }
H1.HeaderClassName
{
color: #1ADFCB;
}
.AnyTagClassName
{
color: #1ADFCB;
}
</style>
background-color css
<style>
a { background-color: #1ADFCB; }
a { background-color: rgb(26,223,203); }
div.DivClassName
{
background-color: #1ADFCB;
}
.BgClassName
{
background-color: #1ADFCB;
}
</style>
border-color css
<style>
span { border-color: #1ADFCB; }
span { border-color: rgb(26,223,203); }
td.TdClassName
{
border-color: #1ADFCB;
}
.TagClassName
{
border-color: #1ADFCB;
}
</style>