Shades of Bright Turquoise #1CFFCF
Tints of Bright Turquoise #1CFFCF
RGB
CMYK
RGB Variations
Color information
#1CFFCF (or 0x1CFFCF) is known color: Bright Turquoise. HEX triplet: 1C, FF and CF. RGB value is (28,255,207). Sum of RGB (Red+Green+Blue) = 28+255+207=490 (64% of max value = 765). Red value is 28 (11.33% from 255 or 5.71% from 490); Green value is 255 (100% from 255 or 52.04% from 490); Blue value is 207 (81.25% from 255 or 42.24% from 490); Max value from RGB is 255 - color contains mainly: green. Hex color #1CFFCF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1CFFCF is #E30030. Grayscale: #B5B5B5. Windows color (decimal): -14876721 or 13631260. OLE color: 13631260.
HSL color Cylindrical-coordinate representation of color #1CFFCF: hue angle of 167.31º 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 #1CFFCF is Cyan = 0.89, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 28 | 255 | 207 | - |
| CMYK | 0.89 | 0 | 0.19 | 0 |
| HSL | 167.31º | 1% | 0.55% | - |
| HSV(B) | 167.31º | 0.89% | 1% | - |
| XYZ | 47.5 | 76.27 | 71.25 | - |
| YUV | 181.66 | 142.29 | 18.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 255 | 207 | 0.89 | 0 | 0.19 | 0 | 167.31 | 1 | 0.55 |
| Hex | 1C | FF | CF | 59 | 0 | 13 | 0 | A7 | 64 | 37 |
| Octal | 34 | 377 | 317 | 131 | 0 | 23 | 0 | 247 | 144 | 67 |
| Binary | 11100 | 11111111 | 11001111 | 1011001 | 0 | 10011 | 0 | 10100111 | 1100100 | 110111 |
Color Harmonies of #1CFFCF
Complementary color
Monochromatic Colors of #1CFFCF
Black with #1CFFCF
Text Example
Text Example
White with #1CFFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CFFCF; }
p { color: rgb(28,255,207); }
H1.HeaderClassName
{
color: #1CFFCF;
}
.AnyTagClassName
{
color: #1CFFCF;
}
</style>
background-color css
<style>
a { background-color: #1CFFCF; }
a { background-color: rgb(28,255,207); }
div.DivClassName
{
background-color: #1CFFCF;
}
.BgClassName
{
background-color: #1CFFCF;
}
</style>
border-color css
<style>
span { border-color: #1CFFCF; }
span { border-color: rgb(28,255,207); }
td.TdClassName
{
border-color: #1CFFCF;
}
.TagClassName
{
border-color: #1CFFCF;
}
</style>