Shades of Bright Turquoise #1CDFC7
Tints of Bright Turquoise #1CDFC7
RGB
CMYK
RGB Variations
Color information
#1CDFC7 (or 0x1CDFC7) is known color: Bright Turquoise. HEX triplet: 1C, DF and C7. RGB value is (28,223,199). Sum of RGB (Red+Green+Blue) = 28+223+199=450 (59% of max value = 765). Red value is 28 (11.33% from 255 or 6.22% from 450); Green value is 223 (87.5% from 255 or 49.56% from 450); Blue value is 199 (78.12% from 255 or 44.22% from 450); Max value from RGB is 223 - color contains mainly: green. Hex color #1CDFC7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1CDFC7 is #E32038. Grayscale: #A1A1A1. Windows color (decimal): -14884921 or 13098780. OLE color: 13098780.
HSL color Cylindrical-coordinate representation of color #1CDFC7: hue angle of 172.62º 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 #1CDFC7 is Cyan = 0.87, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 28 | 223 | 199 | - |
| CMYK | 0.87 | 0 | 0.11 | 0.13 |
| HSL | 172.62º | 0.78% | 0.49% | - |
| HSV(B) | 172.62º | 0.87% | 0.87% | - |
| XYZ | 37.18 | 57.15 | 63.1 | - |
| YUV | 161.96 | 148.9 | 32.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 223 | 199 | 0.87 | 0 | 0.11 | 0.13 | 172.62 | 0.78 | 0.49 |
| Hex | 1C | DF | C7 | 57 | 0 | B | D | AD | 4E | 31 |
| Octal | 34 | 337 | 307 | 127 | 0 | 13 | 15 | 255 | 116 | 61 |
| Binary | 11100 | 11011111 | 11000111 | 1010111 | 0 | 1011 | 1101 | 10101101 | 1001110 | 110001 |
Color Harmonies of #1CDFC7
Complementary color
Monochromatic Colors of #1CDFC7
Black with #1CDFC7
Text Example
Text Example
White with #1CDFC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CDFC7; }
p { color: rgb(28,223,199); }
H1.HeaderClassName
{
color: #1CDFC7;
}
.AnyTagClassName
{
color: #1CDFC7;
}
</style>
background-color css
<style>
a { background-color: #1CDFC7; }
a { background-color: rgb(28,223,199); }
div.DivClassName
{
background-color: #1CDFC7;
}
.BgClassName
{
background-color: #1CDFC7;
}
</style>
border-color css
<style>
span { border-color: #1CDFC7; }
span { border-color: rgb(28,223,199); }
td.TdClassName
{
border-color: #1CDFC7;
}
.TagClassName
{
border-color: #1CDFC7;
}
</style>