Shades of Pale Turquoise #C1FEFE
Tints of Pale Turquoise #C1FEFE
RGB
CMYK
RGB Variations
Color information
#C1FEFE (or 0xC1FEFE) is known color: Pale Turquoise. HEX triplet: C1, FE and FE. RGB value is (193,254,254). Sum of RGB (Red+Green+Blue) = 193+254+254=701 (92% of max value = 765). Red value is 193 (75.78% from 255 or 27.53% from 701); Green value is 254 (99.61% from 255 or 36.23% from 701); Blue value is 254 (99.61% from 255 or 36.23% from 701); Max value from RGB is 254 - color contains mainly: green, blue. Hex color #C1FEFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C1FEFE is #3E0101. Grayscale: #EBEBEB. Windows color (decimal): -4063490 or 16711361. OLE color: 16711361.
HSL color Cylindrical-coordinate representation of color #C1FEFE: hue angle of 180º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C1FEFE is Cyan = 0.24, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 193 | 254 | 254 | - |
| CMYK | 0.24 | 0 | 0 | 0.00 |
| HSL | 180º | 0.97% | 0.88% | - |
| HSV(B) | 180º | 0.24% | 1% | - |
| XYZ | 75.32 | 89.38 | 107.05 | - |
| YUV | 235.76 | 138.29 | 97.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 254 | 254 | 0.24 | 0 | 0 | 0.00 | 180 | 0.97 | 0.88 |
| Hex | C1 | FE | FE | 18 | 0 | 0 | 0 | B4 | 61 | 58 |
| Octal | 301 | 376 | 376 | 30 | 0 | 0 | 0 | 264 | 141 | 130 |
| Binary | 11000001 | 11111110 | 11111110 | 11000 | 0 | 0 | 0 | 10110100 | 1100001 | 1011000 |
Color Harmonies of #C1FEFE
Complementary color
Monochromatic Colors of #C1FEFE
Black with #C1FEFE
Text Example
Text Example
White with #C1FEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1FEFE; }
p { color: rgb(193,254,254); }
H1.HeaderClassName
{
color: #C1FEFE;
}
.AnyTagClassName
{
color: #C1FEFE;
}
</style>
background-color css
<style>
a { background-color: #C1FEFE; }
a { background-color: rgb(193,254,254); }
div.DivClassName
{
background-color: #C1FEFE;
}
.BgClassName
{
background-color: #C1FEFE;
}
</style>
border-color css
<style>
span { border-color: #C1FEFE; }
span { border-color: rgb(193,254,254); }
td.TdClassName
{
border-color: #C1FEFE;
}
.TagClassName
{
border-color: #C1FEFE;
}
</style>