Shades of Bright Turquoise #1CFCD6
Tints of Bright Turquoise #1CFCD6
RGB
CMYK
RGB Variations
Color information
#1CFCD6 (or 0x1CFCD6) is known color: Bright Turquoise. HEX triplet: 1C, FC and D6. RGB value is (28,252,214). Sum of RGB (Red+Green+Blue) = 28+252+214=494 (65% of max value = 765). Red value is 28 (11.33% from 255 or 5.67% from 494); Green value is 252 (98.83% from 255 or 51.01% from 494); Blue value is 214 (83.98% from 255 or 43.32% from 494); Max value from RGB is 252 - color contains mainly: green. Hex color #1CFCD6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1CFCD6 is #E30329. Grayscale: #B4B4B4. Windows color (decimal): -14877482 or 14089244. OLE color: 14089244.
HSL color Cylindrical-coordinate representation of color #1CFCD6: hue angle of 169.82º 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 #1CFCD6 is Cyan = 0.89, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 28 | 252 | 214 | - |
| CMYK | 0.89 | 0 | 0.15 | 0.01 |
| HSL | 169.82º | 0.97% | 0.55% | - |
| HSV(B) | 169.82º | 0.89% | 0.99% | - |
| XYZ | 47.43 | 74.72 | 75.54 | - |
| YUV | 180.69 | 146.79 | 19.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 252 | 214 | 0.89 | 0 | 0.15 | 0.01 | 169.82 | 0.97 | 0.55 |
| Hex | 1C | FC | D6 | 59 | 0 | F | 1 | AA | 61 | 37 |
| Octal | 34 | 374 | 326 | 131 | 0 | 17 | 1 | 252 | 141 | 67 |
| Binary | 11100 | 11111100 | 11010110 | 1011001 | 0 | 1111 | 1 | 10101010 | 1100001 | 110111 |
Color Harmonies of #1CFCD6
Complementary color
Monochromatic Colors of #1CFCD6
Black with #1CFCD6
Text Example
Text Example
White with #1CFCD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CFCD6; }
p { color: rgb(28,252,214); }
H1.HeaderClassName
{
color: #1CFCD6;
}
.AnyTagClassName
{
color: #1CFCD6;
}
</style>
background-color css
<style>
a { background-color: #1CFCD6; }
a { background-color: rgb(28,252,214); }
div.DivClassName
{
background-color: #1CFCD6;
}
.BgClassName
{
background-color: #1CFCD6;
}
</style>
border-color css
<style>
span { border-color: #1CFCD6; }
span { border-color: rgb(28,252,214); }
td.TdClassName
{
border-color: #1CFCD6;
}
.TagClassName
{
border-color: #1CFCD6;
}
</style>