Shades of Bright Turquoise #1CFFDD
Tints of Bright Turquoise #1CFFDD
RGB
CMYK
RGB Variations
Color information
#1CFFDD (or 0x1CFFDD) is known color: Bright Turquoise. HEX triplet: 1C, FF and DD. RGB value is (28,255,221). Sum of RGB (Red+Green+Blue) = 28+255+221=504 (66% of max value = 765). Red value is 28 (11.33% from 255 or 5.56% from 504); Green value is 255 (100% from 255 or 50.60% from 504); Blue value is 221 (86.72% from 255 or 43.85% from 504); Max value from RGB is 255 - color contains mainly: green. Hex color #1CFFDD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1CFFDD is #E30022. Grayscale: #B7B7B7. Windows color (decimal): -14876707 or 14548764. OLE color: 14548764.
HSL color Cylindrical-coordinate representation of color #1CFFDD: hue angle of 171.01º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1CFFDD is Cyan = 0.89, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 28 | 255 | 221 | - |
| CMYK | 0.89 | 0 | 0.13 | 0 |
| HSL | 171.01º | 1% | 0.55% | - |
| HSV(B) | 171.01º | 0.89% | 1% | - |
| XYZ | 49.29 | 76.99 | 80.67 | - |
| YUV | 183.25 | 149.29 | 17.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 255 | 221 | 0.89 | 0 | 0.13 | 0 | 171.01 | 1 | 0.55 |
| Hex | 1C | FF | DD | 59 | 0 | D | 0 | AB | 64 | 37 |
| Octal | 34 | 377 | 335 | 131 | 0 | 15 | 0 | 253 | 144 | 67 |
| Binary | 11100 | 11111111 | 11011101 | 1011001 | 0 | 1101 | 0 | 10101011 | 1100100 | 110111 |
Color Harmonies of #1CFFDD
Complementary color
Monochromatic Colors of #1CFFDD
Black with #1CFFDD
Text Example
Text Example
White with #1CFFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CFFDD; }
p { color: rgb(28,255,221); }
H1.HeaderClassName
{
color: #1CFFDD;
}
.AnyTagClassName
{
color: #1CFFDD;
}
</style>
background-color css
<style>
a { background-color: #1CFFDD; }
a { background-color: rgb(28,255,221); }
div.DivClassName
{
background-color: #1CFFDD;
}
.BgClassName
{
background-color: #1CFFDD;
}
</style>
border-color css
<style>
span { border-color: #1CFFDD; }
span { border-color: rgb(28,255,221); }
td.TdClassName
{
border-color: #1CFFDD;
}
.TagClassName
{
border-color: #1CFFDD;
}
</style>