Shades of Bright Turquoise #1CF9D5
Tints of Bright Turquoise #1CF9D5
RGB
CMYK
RGB Variations
Color information
#1CF9D5 (or 0x1CF9D5) is known color: Bright Turquoise. HEX triplet: 1C, F9 and D5. RGB value is (28,249,213). Sum of RGB (Red+Green+Blue) = 28+249+213=490 (64% of max value = 765). Red value is 28 (11.33% from 255 or 5.71% from 490); Green value is 249 (97.66% from 255 or 50.82% from 490); Blue value is 213 (83.59% from 255 or 43.47% from 490); Max value from RGB is 249 - color contains mainly: green. Hex color #1CF9D5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1CF9D5 is #E3062A. Grayscale: #B2B2B2. Windows color (decimal): -14878251 or 14022940. OLE color: 14022940.
HSL color Cylindrical-coordinate representation of color #1CF9D5: hue angle of 170.23º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1CF9D5 is Cyan = 0.89, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 28 | 249 | 213 | - |
| CMYK | 0.89 | 0 | 0.14 | 0.02 |
| HSL | 170.23º | 0.95% | 0.54% | - |
| HSV(B) | 170.23º | 0.89% | 0.98% | - |
| XYZ | 46.36 | 72.8 | 74.56 | - |
| YUV | 178.82 | 147.28 | 20.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 249 | 213 | 0.89 | 0 | 0.14 | 0.02 | 170.23 | 0.95 | 0.54 |
| Hex | 1C | F9 | D5 | 59 | 0 | E | 2 | AA | 5F | 36 |
| Octal | 34 | 371 | 325 | 131 | 0 | 16 | 2 | 252 | 137 | 66 |
| Binary | 11100 | 11111001 | 11010101 | 1011001 | 0 | 1110 | 10 | 10101010 | 1011111 | 110110 |
Color Harmonies of #1CF9D5
Complementary color
Monochromatic Colors of #1CF9D5
Black with #1CF9D5
Text Example
Text Example
White with #1CF9D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CF9D5; }
p { color: rgb(28,249,213); }
H1.HeaderClassName
{
color: #1CF9D5;
}
.AnyTagClassName
{
color: #1CF9D5;
}
</style>
background-color css
<style>
a { background-color: #1CF9D5; }
a { background-color: rgb(28,249,213); }
div.DivClassName
{
background-color: #1CF9D5;
}
.BgClassName
{
background-color: #1CF9D5;
}
</style>
border-color css
<style>
span { border-color: #1CF9D5; }
span { border-color: rgb(28,249,213); }
td.TdClassName
{
border-color: #1CF9D5;
}
.TagClassName
{
border-color: #1CF9D5;
}
</style>