Shades of Bright Turquoise #1CDFC9
Tints of Bright Turquoise #1CDFC9
RGB
CMYK
RGB Variations
Color information
#1CDFC9 (or 0x1CDFC9) is known color: Bright Turquoise. HEX triplet: 1C, DF and C9. RGB value is (28,223,201). Sum of RGB (Red+Green+Blue) = 28+223+201=452 (59% of max value = 765). Red value is 28 (11.33% from 255 or 6.19% from 452); Green value is 223 (87.5% from 255 or 49.34% from 452); Blue value is 201 (78.91% from 255 or 44.47% from 452); Max value from RGB is 223 - color contains mainly: green. Hex color #1CDFC9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1CDFC9 is #E32036. Grayscale: #A2A2A2. Windows color (decimal): -14884919 or 13229852. OLE color: 13229852.
HSL color Cylindrical-coordinate representation of color #1CDFC9: hue angle of 173.23º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1CDFC9 is Cyan = 0.87, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 28 | 223 | 201 | - |
| CMYK | 0.87 | 0 | 0.10 | 0.13 |
| HSL | 173.23º | 0.78% | 0.49% | - |
| HSV(B) | 173.23º | 0.87% | 0.87% | - |
| XYZ | 37.41 | 57.24 | 64.33 | - |
| YUV | 162.19 | 149.9 | 32.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 223 | 201 | 0.87 | 0 | 0.10 | 0.13 | 173.23 | 0.78 | 0.49 |
| Hex | 1C | DF | C9 | 57 | 0 | A | D | AD | 4E | 31 |
| Octal | 34 | 337 | 311 | 127 | 0 | 12 | 15 | 255 | 116 | 61 |
| Binary | 11100 | 11011111 | 11001001 | 1010111 | 0 | 1010 | 1101 | 10101101 | 1001110 | 110001 |
Color Harmonies of #1CDFC9
Complementary color
Monochromatic Colors of #1CDFC9
Black with #1CDFC9
Text Example
Text Example
White with #1CDFC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CDFC9; }
p { color: rgb(28,223,201); }
H1.HeaderClassName
{
color: #1CDFC9;
}
.AnyTagClassName
{
color: #1CDFC9;
}
</style>
background-color css
<style>
a { background-color: #1CDFC9; }
a { background-color: rgb(28,223,201); }
div.DivClassName
{
background-color: #1CDFC9;
}
.BgClassName
{
background-color: #1CDFC9;
}
</style>
border-color css
<style>
span { border-color: #1CDFC9; }
span { border-color: rgb(28,223,201); }
td.TdClassName
{
border-color: #1CDFC9;
}
.TagClassName
{
border-color: #1CDFC9;
}
</style>