Shades of Pale Turquoise #C1FDFB
Tints of Pale Turquoise #C1FDFB
RGB
CMYK
RGB Variations
Color information
#C1FDFB (or 0xC1FDFB) is known color: Pale Turquoise. HEX triplet: C1, FD and FB. RGB value is (193,253,251). Sum of RGB (Red+Green+Blue) = 193+253+251=697 (92% of max value = 765). Red value is 193 (75.78% from 255 or 27.69% from 697); Green value is 253 (99.22% from 255 or 36.30% from 697); Blue value is 251 (98.44% from 255 or 36.01% from 697); Max value from RGB is 253 - color contains mainly: green. Hex color #C1FDFB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C1FDFB is #3E0204. Grayscale: #EAEAEA. Windows color (decimal): -4063749 or 16514497. OLE color: 16514497.
HSL color Cylindrical-coordinate representation of color #C1FDFB: hue angle of 178º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C1FDFB is Cyan = 0.24, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 193 | 253 | 251 | - |
| CMYK | 0.24 | 0 | 0.01 | 0.01 |
| HSL | 178º | 0.94% | 0.87% | - |
| HSV(B) | 178º | 0.24% | 0.99% | - |
| XYZ | 74.53 | 88.55 | 104.43 | - |
| YUV | 234.83 | 137.12 | 98.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 253 | 251 | 0.24 | 0 | 0.01 | 0.01 | 178 | 0.94 | 0.87 |
| Hex | C1 | FD | FB | 18 | 0 | 1 | 1 | B2 | 5E | 57 |
| Octal | 301 | 375 | 373 | 30 | 0 | 1 | 1 | 262 | 136 | 127 |
| Binary | 11000001 | 11111101 | 11111011 | 11000 | 0 | 1 | 1 | 10110010 | 1011110 | 1010111 |
Color Harmonies of #C1FDFB
Complementary color
Monochromatic Colors of #C1FDFB
Black with #C1FDFB
Text Example
Text Example
White with #C1FDFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1FDFB; }
p { color: rgb(193,253,251); }
H1.HeaderClassName
{
color: #C1FDFB;
}
.AnyTagClassName
{
color: #C1FDFB;
}
</style>
background-color css
<style>
a { background-color: #C1FDFB; }
a { background-color: rgb(193,253,251); }
div.DivClassName
{
background-color: #C1FDFB;
}
.BgClassName
{
background-color: #C1FDFB;
}
</style>
border-color css
<style>
span { border-color: #C1FDFB; }
span { border-color: rgb(193,253,251); }
td.TdClassName
{
border-color: #C1FDFB;
}
.TagClassName
{
border-color: #C1FDFB;
}
</style>