Shades of Pale Turquoise #C1FFFA
Tints of Pale Turquoise #C1FFFA
RGB
CMYK
RGB Variations
Color information
#C1FFFA (or 0xC1FFFA) is known color: Pale Turquoise. HEX triplet: C1, FF and FA. RGB value is (193,255,250). Sum of RGB (Red+Green+Blue) = 193+255+250=698 (92% of max value = 765). Red value is 193 (75.78% from 255 or 27.65% from 698); Green value is 255 (100% from 255 or 36.53% from 698); Blue value is 250 (98.05% from 255 or 35.82% from 698); Max value from RGB is 255 - color contains mainly: green. Hex color #C1FFFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C1FFFA is #3E0005. Grayscale: #EBEBEB. Windows color (decimal): -4063238 or 16449473. OLE color: 16449473.
HSL color Cylindrical-coordinate representation of color #C1FFFA: hue angle of 175.16º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C1FFFA is Cyan = 0.24, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.
Color convert
| RGB | 193 | 255 | 250 | - |
| CMYK | 0.24 | 0 | 0.02 | 0 |
| HSL | 175.16º | 1% | 0.88% | - |
| HSV(B) | 175.16º | 0.24% | 1% | - |
| XYZ | 75.01 | 89.76 | 103.81 | - |
| YUV | 235.89 | 135.96 | 97.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 255 | 250 | 0.24 | 0 | 0.02 | 0 | 175.16 | 1 | 0.88 |
| Hex | C1 | FF | FA | 18 | 0 | 2 | 0 | AF | 64 | 58 |
| Octal | 301 | 377 | 372 | 30 | 0 | 2 | 0 | 257 | 144 | 130 |
| Binary | 11000001 | 11111111 | 11111010 | 11000 | 0 | 10 | 0 | 10101111 | 1100100 | 1011000 |
Color Harmonies of #C1FFFA
Complementary color
Monochromatic Colors of #C1FFFA
Black with #C1FFFA
Text Example
Text Example
White with #C1FFFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1FFFA; }
p { color: rgb(193,255,250); }
H1.HeaderClassName
{
color: #C1FFFA;
}
.AnyTagClassName
{
color: #C1FFFA;
}
</style>
background-color css
<style>
a { background-color: #C1FFFA; }
a { background-color: rgb(193,255,250); }
div.DivClassName
{
background-color: #C1FFFA;
}
.BgClassName
{
background-color: #C1FFFA;
}
</style>
border-color css
<style>
span { border-color: #C1FFFA; }
span { border-color: rgb(193,255,250); }
td.TdClassName
{
border-color: #C1FFFA;
}
.TagClassName
{
border-color: #C1FFFA;
}
</style>