Shades of Pale Turquoise #C1FBF6
Tints of Pale Turquoise #C1FBF6
RGB
CMYK
RGB Variations
Color information
#C1FBF6 (or 0xC1FBF6) is known color: Pale Turquoise. HEX triplet: C1, FB and F6. RGB value is (193,251,246). Sum of RGB (Red+Green+Blue) = 193+251+246=690 (91% of max value = 765). Red value is 193 (75.78% from 255 or 27.97% from 690); Green value is 251 (98.44% from 255 or 36.38% from 690); Blue value is 246 (96.48% from 255 or 35.65% from 690); Max value from RGB is 251 - color contains mainly: green. Hex color #C1FBF6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C1FBF6 is #3E0409. Grayscale: #E9E9E9. Windows color (decimal): -4064266 or 16186305. OLE color: 16186305.
HSL color Cylindrical-coordinate representation of color #C1FBF6: hue angle of 174.83º 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 #C1FBF6 is Cyan = 0.23, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 193 | 251 | 246 | - |
| CMYK | 0.23 | 0 | 0.02 | 0.02 |
| HSL | 174.83º | 0.88% | 0.87% | - |
| HSV(B) | 174.83º | 0.23% | 0.98% | - |
| XYZ | 73.12 | 86.99 | 100.12 | - |
| YUV | 233.09 | 135.28 | 99.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 251 | 246 | 0.23 | 0 | 0.02 | 0.02 | 174.83 | 0.88 | 0.87 |
| Hex | C1 | FB | F6 | 17 | 0 | 2 | 2 | AF | 58 | 57 |
| Octal | 301 | 373 | 366 | 27 | 0 | 2 | 2 | 257 | 130 | 127 |
| Binary | 11000001 | 11111011 | 11110110 | 10111 | 0 | 10 | 10 | 10101111 | 1011000 | 1010111 |
Color Harmonies of #C1FBF6
Complementary color
Monochromatic Colors of #C1FBF6
Black with #C1FBF6
Text Example
Text Example
White with #C1FBF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1FBF6; }
p { color: rgb(193,251,246); }
H1.HeaderClassName
{
color: #C1FBF6;
}
.AnyTagClassName
{
color: #C1FBF6;
}
</style>
background-color css
<style>
a { background-color: #C1FBF6; }
a { background-color: rgb(193,251,246); }
div.DivClassName
{
background-color: #C1FBF6;
}
.BgClassName
{
background-color: #C1FBF6;
}
</style>
border-color css
<style>
span { border-color: #C1FBF6; }
span { border-color: rgb(193,251,246); }
td.TdClassName
{
border-color: #C1FBF6;
}
.TagClassName
{
border-color: #C1FBF6;
}
</style>