Shades of Bright Turquoise #1CFCDD
Tints of Bright Turquoise #1CFCDD
RGB
CMYK
RGB Variations
Color information
#1CFCDD (or 0x1CFCDD) is known color: Bright Turquoise. HEX triplet: 1C, FC and DD. RGB value is (28,252,221). Sum of RGB (Red+Green+Blue) = 28+252+221=501 (66% of max value = 765). Red value is 28 (11.33% from 255 or 5.59% from 501); Green value is 252 (98.83% from 255 or 50.30% from 501); Blue value is 221 (86.72% from 255 or 44.11% from 501); Max value from RGB is 252 - color contains mainly: green. Hex color #1CFCDD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1CFCDD is #E30322. Grayscale: #B5B5B5. Windows color (decimal): -14877475 or 14547996. OLE color: 14547996.
HSL color Cylindrical-coordinate representation of color #1CFCDD: hue angle of 171.7º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1CFCDD is Cyan = 0.89, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 28 | 252 | 221 | - |
| CMYK | 0.89 | 0 | 0.12 | 0.01 |
| HSL | 171.7º | 0.97% | 0.55% | - |
| HSV(B) | 171.7º | 0.89% | 0.99% | - |
| XYZ | 48.34 | 75.09 | 80.35 | - |
| YUV | 181.49 | 150.29 | 18.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 252 | 221 | 0.89 | 0 | 0.12 | 0.01 | 171.7 | 0.97 | 0.55 |
| Hex | 1C | FC | DD | 59 | 0 | C | 1 | AC | 61 | 37 |
| Octal | 34 | 374 | 335 | 131 | 0 | 14 | 1 | 254 | 141 | 67 |
| Binary | 11100 | 11111100 | 11011101 | 1011001 | 0 | 1100 | 1 | 10101100 | 1100001 | 110111 |
Color Harmonies of #1CFCDD
Complementary color
Monochromatic Colors of #1CFCDD
Black with #1CFCDD
Text Example
Text Example
White with #1CFCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CFCDD; }
p { color: rgb(28,252,221); }
H1.HeaderClassName
{
color: #1CFCDD;
}
.AnyTagClassName
{
color: #1CFCDD;
}
</style>
background-color css
<style>
a { background-color: #1CFCDD; }
a { background-color: rgb(28,252,221); }
div.DivClassName
{
background-color: #1CFCDD;
}
.BgClassName
{
background-color: #1CFCDD;
}
</style>
border-color css
<style>
span { border-color: #1CFCDD; }
span { border-color: rgb(28,252,221); }
td.TdClassName
{
border-color: #1CFCDD;
}
.TagClassName
{
border-color: #1CFCDD;
}
</style>