Shades of Pale Turquoise #C1FAF5
Tints of Pale Turquoise #C1FAF5
RGB
CMYK
RGB Variations
Color information
#C1FAF5 (or 0xC1FAF5) is known color: Pale Turquoise. HEX triplet: C1, FA and F5. RGB value is (193,250,245). Sum of RGB (Red+Green+Blue) = 193+250+245=688 (91% of max value = 765). Red value is 193 (75.78% from 255 or 28.05% from 688); Green value is 250 (98.05% from 255 or 36.34% from 688); Blue value is 245 (96.09% from 255 or 35.61% from 688); Max value from RGB is 250 - color contains mainly: green. Hex color #C1FAF5 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C1FAF5 is #3E050A. Grayscale: #E8E8E8. Windows color (decimal): -4064523 or 16120513. OLE color: 16120513.
HSL color Cylindrical-coordinate representation of color #C1FAF5: hue angle of 174.74º degrees, saturation: 0.85, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C1FAF5 is Cyan = 0.23, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 193 | 250 | 245 | - |
| CMYK | 0.23 | 0 | 0.02 | 0.02 |
| HSL | 174.74º | 0.85% | 0.87% | - |
| HSV(B) | 174.74º | 0.23% | 0.98% | - |
| XYZ | 72.66 | 86.3 | 99.21 | - |
| YUV | 232.39 | 135.12 | 99.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 250 | 245 | 0.23 | 0 | 0.02 | 0.02 | 174.74 | 0.85 | 0.87 |
| Hex | C1 | FA | F5 | 17 | 0 | 2 | 2 | AF | 55 | 57 |
| Octal | 301 | 372 | 365 | 27 | 0 | 2 | 2 | 257 | 125 | 127 |
| Binary | 11000001 | 11111010 | 11110101 | 10111 | 0 | 10 | 10 | 10101111 | 1010101 | 1010111 |
Color Harmonies of #C1FAF5
Complementary color
Monochromatic Colors of #C1FAF5
Black with #C1FAF5
Text Example
Text Example
White with #C1FAF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1FAF5; }
p { color: rgb(193,250,245); }
H1.HeaderClassName
{
color: #C1FAF5;
}
.AnyTagClassName
{
color: #C1FAF5;
}
</style>
background-color css
<style>
a { background-color: #C1FAF5; }
a { background-color: rgb(193,250,245); }
div.DivClassName
{
background-color: #C1FAF5;
}
.BgClassName
{
background-color: #C1FAF5;
}
</style>
border-color css
<style>
span { border-color: #C1FAF5; }
span { border-color: rgb(193,250,245); }
td.TdClassName
{
border-color: #C1FAF5;
}
.TagClassName
{
border-color: #C1FAF5;
}
</style>