Shades of Bright Turquoise #1CFBCC
Tints of Bright Turquoise #1CFBCC
RGB
CMYK
RGB Variations
Color information
#1CFBCC (or 0x1CFBCC) is known color: Bright Turquoise. HEX triplet: 1C, FB and CC. RGB value is (28,251,204). Sum of RGB (Red+Green+Blue) = 28+251+204=483 (63% of max value = 765). Red value is 28 (11.33% from 255 or 5.80% from 483); Green value is 251 (98.44% from 255 or 51.97% from 483); Blue value is 204 (80.08% from 255 or 42.24% from 483); Max value from RGB is 251 - color contains mainly: green. Hex color #1CFBCC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1CFBCC is #E30433. Grayscale: #B2B2B2. Windows color (decimal): -14877748 or 13433628. OLE color: 13433628.
HSL color Cylindrical-coordinate representation of color #1CFBCC: hue angle of 167.35º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1CFBCC is Cyan = 0.89, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 28 | 251 | 204 | - |
| CMYK | 0.89 | 0 | 0.19 | 0.02 |
| HSL | 167.35º | 0.97% | 0.55% | - |
| HSV(B) | 167.35º | 0.89% | 0.98% | - |
| XYZ | 45.88 | 73.6 | 68.92 | - |
| YUV | 178.97 | 142.12 | 20.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 251 | 204 | 0.89 | 0 | 0.19 | 0.02 | 167.35 | 0.97 | 0.55 |
| Hex | 1C | FB | CC | 59 | 0 | 13 | 2 | A7 | 61 | 37 |
| Octal | 34 | 373 | 314 | 131 | 0 | 23 | 2 | 247 | 141 | 67 |
| Binary | 11100 | 11111011 | 11001100 | 1011001 | 0 | 10011 | 10 | 10100111 | 1100001 | 110111 |
Color Harmonies of #1CFBCC
Complementary color
Monochromatic Colors of #1CFBCC
Black with #1CFBCC
Text Example
Text Example
White with #1CFBCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CFBCC; }
p { color: rgb(28,251,204); }
H1.HeaderClassName
{
color: #1CFBCC;
}
.AnyTagClassName
{
color: #1CFBCC;
}
</style>
background-color css
<style>
a { background-color: #1CFBCC; }
a { background-color: rgb(28,251,204); }
div.DivClassName
{
background-color: #1CFBCC;
}
.BgClassName
{
background-color: #1CFBCC;
}
</style>
border-color css
<style>
span { border-color: #1CFBCC; }
span { border-color: rgb(28,251,204); }
td.TdClassName
{
border-color: #1CFBCC;
}
.TagClassName
{
border-color: #1CFBCC;
}
</style>