Shades of Pale Turquoise #C1FEF6
Tints of Pale Turquoise #C1FEF6
RGB
CMYK
RGB Variations
Color information
#C1FEF6 (or 0xC1FEF6) is known color: Pale Turquoise. HEX triplet: C1, FE and F6. RGB value is (193,254,246). Sum of RGB (Red+Green+Blue) = 193+254+246=693 (91% of max value = 765). Red value is 193 (75.78% from 255 or 27.85% from 693); Green value is 254 (99.61% from 255 or 36.65% from 693); Blue value is 246 (96.48% from 255 or 35.50% from 693); Max value from RGB is 254 - color contains mainly: green. Hex color #C1FEF6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C1FEF6 is #3E0109. Grayscale: #EAEAEA. Windows color (decimal): -4063498 or 16187073. OLE color: 16187073.
HSL color Cylindrical-coordinate representation of color #C1FEF6: hue angle of 172.13º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C1FEF6 is Cyan = 0.24, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 193 | 254 | 246 | - |
| CMYK | 0.24 | 0 | 0.03 | 0.00 |
| HSL | 172.13º | 0.97% | 0.88% | - |
| HSV(B) | 172.13º | 0.24% | 1% | - |
| XYZ | 74.07 | 88.87 | 100.44 | - |
| YUV | 234.85 | 134.29 | 98.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 254 | 246 | 0.24 | 0 | 0.03 | 0.00 | 172.13 | 0.97 | 0.88 |
| Hex | C1 | FE | F6 | 18 | 0 | 3 | 0 | AC | 61 | 58 |
| Octal | 301 | 376 | 366 | 30 | 0 | 3 | 0 | 254 | 141 | 130 |
| Binary | 11000001 | 11111110 | 11110110 | 11000 | 0 | 11 | 0 | 10101100 | 1100001 | 1011000 |
Color Harmonies of #C1FEF6
Complementary color
Monochromatic Colors of #C1FEF6
Black with #C1FEF6
Text Example
Text Example
White with #C1FEF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1FEF6; }
p { color: rgb(193,254,246); }
H1.HeaderClassName
{
color: #C1FEF6;
}
.AnyTagClassName
{
color: #C1FEF6;
}
</style>
background-color css
<style>
a { background-color: #C1FEF6; }
a { background-color: rgb(193,254,246); }
div.DivClassName
{
background-color: #C1FEF6;
}
.BgClassName
{
background-color: #C1FEF6;
}
</style>
border-color css
<style>
span { border-color: #C1FEF6; }
span { border-color: rgb(193,254,246); }
td.TdClassName
{
border-color: #C1FEF6;
}
.TagClassName
{
border-color: #C1FEF6;
}
</style>