Shades of Bright Turquoise #1CFCCE
Tints of Bright Turquoise #1CFCCE
RGB
CMYK
RGB Variations
Color information
#1CFCCE (or 0x1CFCCE) is known color: Bright Turquoise. HEX triplet: 1C, FC and CE. RGB value is (28,252,206). Sum of RGB (Red+Green+Blue) = 28+252+206=486 (64% of max value = 765). Red value is 28 (11.33% from 255 or 5.76% from 486); Green value is 252 (98.83% from 255 or 51.85% from 486); Blue value is 206 (80.86% from 255 or 42.39% from 486); Max value from RGB is 252 - color contains mainly: green. Hex color #1CFCCE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1CFCCE is #E30331. Grayscale: #B3B3B3. Windows color (decimal): -14877490 or 13564956. OLE color: 13564956.
HSL color Cylindrical-coordinate representation of color #1CFCCE: hue angle of 167.68º 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 #1CFCCE is Cyan = 0.89, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 28 | 252 | 206 | - |
| CMYK | 0.89 | 0 | 0.18 | 0.01 |
| HSL | 167.68º | 0.97% | 0.55% | - |
| HSV(B) | 167.68º | 0.89% | 0.99% | - |
| XYZ | 46.43 | 74.32 | 70.29 | - |
| YUV | 179.78 | 142.79 | 19.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 252 | 206 | 0.89 | 0 | 0.18 | 0.01 | 167.68 | 0.97 | 0.55 |
| Hex | 1C | FC | CE | 59 | 0 | 12 | 1 | A8 | 61 | 37 |
| Octal | 34 | 374 | 316 | 131 | 0 | 22 | 1 | 250 | 141 | 67 |
| Binary | 11100 | 11111100 | 11001110 | 1011001 | 0 | 10010 | 1 | 10101000 | 1100001 | 110111 |
Color Harmonies of #1CFCCE
Complementary color
Monochromatic Colors of #1CFCCE
Black with #1CFCCE
Text Example
Text Example
White with #1CFCCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CFCCE; }
p { color: rgb(28,252,206); }
H1.HeaderClassName
{
color: #1CFCCE;
}
.AnyTagClassName
{
color: #1CFCCE;
}
</style>
background-color css
<style>
a { background-color: #1CFCCE; }
a { background-color: rgb(28,252,206); }
div.DivClassName
{
background-color: #1CFCCE;
}
.BgClassName
{
background-color: #1CFCCE;
}
</style>
border-color css
<style>
span { border-color: #1CFCCE; }
span { border-color: rgb(28,252,206); }
td.TdClassName
{
border-color: #1CFCCE;
}
.TagClassName
{
border-color: #1CFCCE;
}
</style>