Shades of Pale Turquoise #C1FEF7
Tints of Pale Turquoise #C1FEF7
RGB
CMYK
RGB Variations
Color information
#C1FEF7 (or 0xC1FEF7) is known color: Pale Turquoise. HEX triplet: C1, FE and F7. RGB value is (193,254,247). Sum of RGB (Red+Green+Blue) = 193+254+247=694 (91% of max value = 765). Red value is 193 (75.78% from 255 or 27.81% from 694); Green value is 254 (99.61% from 255 or 36.60% from 694); Blue value is 247 (96.88% from 255 or 35.59% from 694); Max value from RGB is 254 - color contains mainly: green. Hex color #C1FEF7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C1FEF7 is #3E0108. Grayscale: #EAEAEA. Windows color (decimal): -4063497 or 16252609. OLE color: 16252609.
HSL color Cylindrical-coordinate representation of color #C1FEF7: hue angle of 173.11º 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 #C1FEF7 is Cyan = 0.24, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 193 | 254 | 247 | - |
| CMYK | 0.24 | 0 | 0.03 | 0.00 |
| HSL | 173.11º | 0.97% | 0.88% | - |
| HSV(B) | 173.11º | 0.24% | 1% | - |
| XYZ | 74.22 | 88.94 | 101.25 | - |
| YUV | 234.96 | 134.79 | 98.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 254 | 247 | 0.24 | 0 | 0.03 | 0.00 | 173.11 | 0.97 | 0.88 |
| Hex | C1 | FE | F7 | 18 | 0 | 3 | 0 | AD | 61 | 58 |
| Octal | 301 | 376 | 367 | 30 | 0 | 3 | 0 | 255 | 141 | 130 |
| Binary | 11000001 | 11111110 | 11110111 | 11000 | 0 | 11 | 0 | 10101101 | 1100001 | 1011000 |
Color Harmonies of #C1FEF7
Complementary color
Monochromatic Colors of #C1FEF7
Black with #C1FEF7
Text Example
Text Example
White with #C1FEF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1FEF7; }
p { color: rgb(193,254,247); }
H1.HeaderClassName
{
color: #C1FEF7;
}
.AnyTagClassName
{
color: #C1FEF7;
}
</style>
background-color css
<style>
a { background-color: #C1FEF7; }
a { background-color: rgb(193,254,247); }
div.DivClassName
{
background-color: #C1FEF7;
}
.BgClassName
{
background-color: #C1FEF7;
}
</style>
border-color css
<style>
span { border-color: #C1FEF7; }
span { border-color: rgb(193,254,247); }
td.TdClassName
{
border-color: #C1FEF7;
}
.TagClassName
{
border-color: #C1FEF7;
}
</style>