Shades of Pale Turquoise #C1FEF5
Tints of Pale Turquoise #C1FEF5
RGB
CMYK
RGB Variations
Color information
#C1FEF5 (or 0xC1FEF5) is known color: Pale Turquoise. HEX triplet: C1, FE and F5. RGB value is (193,254,245). Sum of RGB (Red+Green+Blue) = 193+254+245=692 (91% of max value = 765). Red value is 193 (75.78% from 255 or 27.89% from 692); Green value is 254 (99.61% from 255 or 36.71% from 692); Blue value is 245 (96.09% from 255 or 35.40% from 692); Max value from RGB is 254 - color contains mainly: green. Hex color #C1FEF5 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C1FEF5 is #3E010A. Grayscale: #EAEAEA. Windows color (decimal): -4063499 or 16121537. OLE color: 16121537.
HSL color Cylindrical-coordinate representation of color #C1FEF5: hue angle of 171.15º 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 #C1FEF5 is Cyan = 0.24, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 193 | 254 | 245 | - |
| CMYK | 0.24 | 0 | 0.04 | 0.00 |
| HSL | 171.15º | 0.97% | 0.88% | - |
| HSV(B) | 171.15º | 0.24% | 1% | - |
| XYZ | 73.92 | 88.81 | 99.63 | - |
| YUV | 234.74 | 133.79 | 98.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 254 | 245 | 0.24 | 0 | 0.04 | 0.00 | 171.15 | 0.97 | 0.88 |
| Hex | C1 | FE | F5 | 18 | 0 | 4 | 0 | AB | 61 | 58 |
| Octal | 301 | 376 | 365 | 30 | 0 | 4 | 0 | 253 | 141 | 130 |
| Binary | 11000001 | 11111110 | 11110101 | 11000 | 0 | 100 | 0 | 10101011 | 1100001 | 1011000 |
Color Harmonies of #C1FEF5
Complementary color
Monochromatic Colors of #C1FEF5
Black with #C1FEF5
Text Example
Text Example
White with #C1FEF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1FEF5; }
p { color: rgb(193,254,245); }
H1.HeaderClassName
{
color: #C1FEF5;
}
.AnyTagClassName
{
color: #C1FEF5;
}
</style>
background-color css
<style>
a { background-color: #C1FEF5; }
a { background-color: rgb(193,254,245); }
div.DivClassName
{
background-color: #C1FEF5;
}
.BgClassName
{
background-color: #C1FEF5;
}
</style>
border-color css
<style>
span { border-color: #C1FEF5; }
span { border-color: rgb(193,254,245); }
td.TdClassName
{
border-color: #C1FEF5;
}
.TagClassName
{
border-color: #C1FEF5;
}
</style>