Shades of Bright Turquoise #1ADFCC
Tints of Bright Turquoise #1ADFCC
RGB
CMYK
RGB Variations
Color information
#1ADFCC (or 0x1ADFCC) is known color: Bright Turquoise. HEX triplet: 1A, DF and CC. RGB value is (26,223,204). Sum of RGB (Red+Green+Blue) = 26+223+204=453 (60% of max value = 765). Red value is 26 (10.55% from 255 or 5.74% from 453); Green value is 223 (87.5% from 255 or 49.23% from 453); Blue value is 204 (80.08% from 255 or 45.03% from 453); Max value from RGB is 223 - color contains mainly: green. Hex color #1ADFCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ADFCC is #E52033. Grayscale: #A1A1A1. Windows color (decimal): -15015988 or 13426458. OLE color: 13426458.
HSL color Cylindrical-coordinate representation of color #1ADFCC: hue angle of 174.21º 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 #1ADFCC is Cyan = 0.88, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 26 | 223 | 204 | - |
| CMYK | 0.88 | 0 | 0.09 | 0.13 |
| HSL | 174.21º | 0.79% | 0.49% | - |
| HSV(B) | 174.21º | 0.88% | 0.87% | - |
| XYZ | 37.71 | 57.35 | 66.21 | - |
| YUV | 161.93 | 151.73 | 31.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 223 | 204 | 0.88 | 0 | 0.09 | 0.13 | 174.21 | 0.79 | 0.49 |
| Hex | 1A | DF | CC | 58 | 0 | 9 | D | AE | 4F | 31 |
| Octal | 32 | 337 | 314 | 130 | 0 | 11 | 15 | 256 | 117 | 61 |
| Binary | 11010 | 11011111 | 11001100 | 1011000 | 0 | 1001 | 1101 | 10101110 | 1001111 | 110001 |
Color Harmonies of #1ADFCC
Complementary color
Monochromatic Colors of #1ADFCC
Black with #1ADFCC
Text Example
Text Example
White with #1ADFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ADFCC; }
p { color: rgb(26,223,204); }
H1.HeaderClassName
{
color: #1ADFCC;
}
.AnyTagClassName
{
color: #1ADFCC;
}
</style>
background-color css
<style>
a { background-color: #1ADFCC; }
a { background-color: rgb(26,223,204); }
div.DivClassName
{
background-color: #1ADFCC;
}
.BgClassName
{
background-color: #1ADFCC;
}
</style>
border-color css
<style>
span { border-color: #1ADFCC; }
span { border-color: rgb(26,223,204); }
td.TdClassName
{
border-color: #1ADFCC;
}
.TagClassName
{
border-color: #1ADFCC;
}
</style>