Shades of Pale Turquoise #C1F9FB
Tints of Pale Turquoise #C1F9FB
RGB
CMYK
RGB Variations
Color information
#C1F9FB (or 0xC1F9FB) is known color: Pale Turquoise. HEX triplet: C1, F9 and FB. RGB value is (193,249,251). Sum of RGB (Red+Green+Blue) = 193+249+251=693 (91% of max value = 765). Red value is 193 (75.78% from 255 or 27.85% from 693); Green value is 249 (97.66% from 255 or 35.93% from 693); Blue value is 251 (98.44% from 255 or 36.22% from 693); Max value from RGB is 251 - color contains mainly: blue. Hex color #C1F9FB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C1F9FB is #3E0604. Grayscale: #E8E8E8. Windows color (decimal): -4064773 or 16513473. OLE color: 16513473.
HSL color Cylindrical-coordinate representation of color #C1F9FB: hue angle of 182.07º 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 #C1F9FB is Cyan = 0.23, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 193 | 249 | 251 | - |
| CMYK | 0.23 | 0.01 | 0 | 0.02 |
| HSL | 182.07º | 0.88% | 0.87% | - |
| HSV(B) | 182.07º | 0.23% | 0.98% | - |
| XYZ | 73.28 | 86.05 | 104.01 | - |
| YUV | 232.48 | 138.45 | 99.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 249 | 251 | 0.23 | 0.01 | 0 | 0.02 | 182.07 | 0.88 | 0.87 |
| Hex | C1 | F9 | FB | 17 | 1 | 0 | 2 | B6 | 58 | 57 |
| Octal | 301 | 371 | 373 | 27 | 1 | 0 | 2 | 266 | 130 | 127 |
| Binary | 11000001 | 11111001 | 11111011 | 10111 | 1 | 0 | 10 | 10110110 | 1011000 | 1010111 |
Color Harmonies of #C1F9FB
Complementary color
Monochromatic Colors of #C1F9FB
Black with #C1F9FB
Text Example
Text Example
White with #C1F9FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1F9FB; }
p { color: rgb(193,249,251); }
H1.HeaderClassName
{
color: #C1F9FB;
}
.AnyTagClassName
{
color: #C1F9FB;
}
</style>
background-color css
<style>
a { background-color: #C1F9FB; }
a { background-color: rgb(193,249,251); }
div.DivClassName
{
background-color: #C1F9FB;
}
.BgClassName
{
background-color: #C1F9FB;
}
</style>
border-color css
<style>
span { border-color: #C1F9FB; }
span { border-color: rgb(193,249,251); }
td.TdClassName
{
border-color: #C1F9FB;
}
.TagClassName
{
border-color: #C1F9FB;
}
</style>