Shades of Pale Turquoise #C1FAFB
Tints of Pale Turquoise #C1FAFB
RGB
CMYK
RGB Variations
Color information
#C1FAFB (or 0xC1FAFB) is known color: Pale Turquoise. HEX triplet: C1, FA and FB. RGB value is (193,250,251). Sum of RGB (Red+Green+Blue) = 193+250+251=694 (91% of max value = 765). Red value is 193 (75.78% from 255 or 27.81% from 694); Green value is 250 (98.05% from 255 or 36.02% from 694); Blue value is 251 (98.44% from 255 or 36.17% from 694); Max value from RGB is 251 - color contains mainly: blue. Hex color #C1FAFB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C1FAFB is #3E0504. Grayscale: #E9E9E9. Windows color (decimal): -4064517 or 16513729. OLE color: 16513729.
HSL color Cylindrical-coordinate representation of color #C1FAFB: hue angle of 181.03º degrees, saturation: 0.88, 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 #C1FAFB is Cyan = 0.23, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 193 | 250 | 251 | - |
| CMYK | 0.23 | 0.00 | 0 | 0.02 |
| HSL | 181.03º | 0.88% | 0.87% | - |
| HSV(B) | 181.03º | 0.23% | 0.98% | - |
| XYZ | 73.59 | 86.67 | 104.12 | - |
| YUV | 233.07 | 138.12 | 99.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 250 | 251 | 0.23 | 0.00 | 0 | 0.02 | 181.03 | 0.88 | 0.87 |
| Hex | C1 | FA | FB | 17 | 0 | 0 | 2 | B5 | 58 | 57 |
| Octal | 301 | 372 | 373 | 27 | 0 | 0 | 2 | 265 | 130 | 127 |
| Binary | 11000001 | 11111010 | 11111011 | 10111 | 0 | 0 | 10 | 10110101 | 1011000 | 1010111 |
Color Harmonies of #C1FAFB
Complementary color
Monochromatic Colors of #C1FAFB
Black with #C1FAFB
Text Example
Text Example
White with #C1FAFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1FAFB; }
p { color: rgb(193,250,251); }
H1.HeaderClassName
{
color: #C1FAFB;
}
.AnyTagClassName
{
color: #C1FAFB;
}
</style>
background-color css
<style>
a { background-color: #C1FAFB; }
a { background-color: rgb(193,250,251); }
div.DivClassName
{
background-color: #C1FAFB;
}
.BgClassName
{
background-color: #C1FAFB;
}
</style>
border-color css
<style>
span { border-color: #C1FAFB; }
span { border-color: rgb(193,250,251); }
td.TdClassName
{
border-color: #C1FAFB;
}
.TagClassName
{
border-color: #C1FAFB;
}
</style>