Shades of Bright Turquoise #1CF7DD
Tints of Bright Turquoise #1CF7DD
RGB
CMYK
RGB Variations
Color information
#1CF7DD (or 0x1CF7DD) is known color: Bright Turquoise. HEX triplet: 1C, F7 and DD. RGB value is (28,247,221). Sum of RGB (Red+Green+Blue) = 28+247+221=496 (65% of max value = 765). Red value is 28 (11.33% from 255 or 5.65% from 496); Green value is 247 (96.88% from 255 or 49.80% from 496); Blue value is 221 (86.72% from 255 or 44.56% from 496); Max value from RGB is 247 - color contains mainly: green. Hex color #1CF7DD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1CF7DD is #E30822. Grayscale: #B2B2B2. Windows color (decimal): -14878755 or 14546716. OLE color: 14546716.
HSL color Cylindrical-coordinate representation of color #1CF7DD: hue angle of 172.88º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1CF7DD is Cyan = 0.89, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 28 | 247 | 221 | - |
| CMYK | 0.89 | 0 | 0.11 | 0.03 |
| HSL | 172.88º | 0.93% | 0.54% | - |
| HSV(B) | 172.88º | 0.89% | 0.97% | - |
| XYZ | 46.79 | 71.99 | 79.84 | - |
| YUV | 178.56 | 151.95 | 20.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 247 | 221 | 0.89 | 0 | 0.11 | 0.03 | 172.88 | 0.93 | 0.54 |
| Hex | 1C | F7 | DD | 59 | 0 | B | 3 | AD | 5D | 36 |
| Octal | 34 | 367 | 335 | 131 | 0 | 13 | 3 | 255 | 135 | 66 |
| Binary | 11100 | 11110111 | 11011101 | 1011001 | 0 | 1011 | 11 | 10101101 | 1011101 | 110110 |
Color Harmonies of #1CF7DD
Complementary color
Monochromatic Colors of #1CF7DD
Black with #1CF7DD
Text Example
Text Example
White with #1CF7DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CF7DD; }
p { color: rgb(28,247,221); }
H1.HeaderClassName
{
color: #1CF7DD;
}
.AnyTagClassName
{
color: #1CF7DD;
}
</style>
background-color css
<style>
a { background-color: #1CF7DD; }
a { background-color: rgb(28,247,221); }
div.DivClassName
{
background-color: #1CF7DD;
}
.BgClassName
{
background-color: #1CF7DD;
}
</style>
border-color css
<style>
span { border-color: #1CF7DD; }
span { border-color: rgb(28,247,221); }
td.TdClassName
{
border-color: #1CF7DD;
}
.TagClassName
{
border-color: #1CF7DD;
}
</style>