Shades of Bright Turquoise #1CFCCD
Tints of Bright Turquoise #1CFCCD
RGB
CMYK
RGB Variations
Color information
#1CFCCD (or 0x1CFCCD) is known color: Bright Turquoise. HEX triplet: 1C, FC and CD. RGB value is (28,252,205). Sum of RGB (Red+Green+Blue) = 28+252+205=485 (64% of max value = 765). Red value is 28 (11.33% from 255 or 5.77% from 485); Green value is 252 (98.83% from 255 or 51.96% from 485); Blue value is 205 (80.47% from 255 or 42.27% from 485); Max value from RGB is 252 - color contains mainly: green. Hex color #1CFCCD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1CFCCD is #E30332. Grayscale: #B3B3B3. Windows color (decimal): -14877491 or 13499420. OLE color: 13499420.
HSL color Cylindrical-coordinate representation of color #1CFCCD: hue angle of 167.41º 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 #1CFCCD is Cyan = 0.89, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 28 | 252 | 205 | - |
| CMYK | 0.89 | 0 | 0.19 | 0.01 |
| HSL | 167.41º | 0.97% | 0.55% | - |
| HSV(B) | 167.41º | 0.89% | 0.99% | - |
| XYZ | 46.31 | 74.28 | 69.65 | - |
| YUV | 179.67 | 142.29 | 19.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 252 | 205 | 0.89 | 0 | 0.19 | 0.01 | 167.41 | 0.97 | 0.55 |
| Hex | 1C | FC | CD | 59 | 0 | 13 | 1 | A7 | 61 | 37 |
| Octal | 34 | 374 | 315 | 131 | 0 | 23 | 1 | 247 | 141 | 67 |
| Binary | 11100 | 11111100 | 11001101 | 1011001 | 0 | 10011 | 1 | 10100111 | 1100001 | 110111 |
Color Harmonies of #1CFCCD
Complementary color
Monochromatic Colors of #1CFCCD
Black with #1CFCCD
Text Example
Text Example
White with #1CFCCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CFCCD; }
p { color: rgb(28,252,205); }
H1.HeaderClassName
{
color: #1CFCCD;
}
.AnyTagClassName
{
color: #1CFCCD;
}
</style>
background-color css
<style>
a { background-color: #1CFCCD; }
a { background-color: rgb(28,252,205); }
div.DivClassName
{
background-color: #1CFCCD;
}
.BgClassName
{
background-color: #1CFCCD;
}
</style>
border-color css
<style>
span { border-color: #1CFCCD; }
span { border-color: rgb(28,252,205); }
td.TdClassName
{
border-color: #1CFCCD;
}
.TagClassName
{
border-color: #1CFCCD;
}
</style>