Shades of Bright Turquoise #1CFCCF
Tints of Bright Turquoise #1CFCCF
RGB
CMYK
RGB Variations
Color information
#1CFCCF (or 0x1CFCCF) is known color: Bright Turquoise. HEX triplet: 1C, FC and CF. RGB value is (28,252,207). Sum of RGB (Red+Green+Blue) = 28+252+207=487 (64% of max value = 765). Red value is 28 (11.33% from 255 or 5.75% from 487); Green value is 252 (98.83% from 255 or 51.75% from 487); Blue value is 207 (81.25% from 255 or 42.51% from 487); Max value from RGB is 252 - color contains mainly: green. Hex color #1CFCCF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1CFCCF is #E30330. Grayscale: #B3B3B3. Windows color (decimal): -14877489 or 13630492. OLE color: 13630492.
HSL color Cylindrical-coordinate representation of color #1CFCCF: hue angle of 167.95º 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 #1CFCCF is Cyan = 0.89, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 28 | 252 | 207 | - |
| CMYK | 0.89 | 0 | 0.18 | 0.01 |
| HSL | 167.95º | 0.97% | 0.55% | - |
| HSV(B) | 167.95º | 0.89% | 0.99% | - |
| XYZ | 46.55 | 74.37 | 70.93 | - |
| YUV | 179.89 | 143.29 | 19.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 252 | 207 | 0.89 | 0 | 0.18 | 0.01 | 167.95 | 0.97 | 0.55 |
| Hex | 1C | FC | CF | 59 | 0 | 12 | 1 | A8 | 61 | 37 |
| Octal | 34 | 374 | 317 | 131 | 0 | 22 | 1 | 250 | 141 | 67 |
| Binary | 11100 | 11111100 | 11001111 | 1011001 | 0 | 10010 | 1 | 10101000 | 1100001 | 110111 |
Color Harmonies of #1CFCCF
Complementary color
Monochromatic Colors of #1CFCCF
Black with #1CFCCF
Text Example
Text Example
White with #1CFCCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CFCCF; }
p { color: rgb(28,252,207); }
H1.HeaderClassName
{
color: #1CFCCF;
}
.AnyTagClassName
{
color: #1CFCCF;
}
</style>
background-color css
<style>
a { background-color: #1CFCCF; }
a { background-color: rgb(28,252,207); }
div.DivClassName
{
background-color: #1CFCCF;
}
.BgClassName
{
background-color: #1CFCCF;
}
</style>
border-color css
<style>
span { border-color: #1CFCCF; }
span { border-color: rgb(28,252,207); }
td.TdClassName
{
border-color: #1CFCCF;
}
.TagClassName
{
border-color: #1CFCCF;
}
</style>