Shades of Pale Turquoise #C3FEFA
Tints of Pale Turquoise #C3FEFA
RGB
CMYK
RGB Variations
Color information
#C3FEFA (or 0xC3FEFA) is known color: Pale Turquoise. HEX triplet: C3, FE and FA. RGB value is (195,254,250). Sum of RGB (Red+Green+Blue) = 195+254+250=699 (92% of max value = 765). Red value is 195 (76.56% from 255 or 27.90% from 699); Green value is 254 (99.61% from 255 or 36.34% from 699); Blue value is 250 (98.05% from 255 or 35.77% from 699); Max value from RGB is 254 - color contains mainly: green. Hex color #C3FEFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C3FEFA is #3C0105. Grayscale: #EBEBEB. Windows color (decimal): -3932422 or 16449219. OLE color: 16449219.
HSL color Cylindrical-coordinate representation of color #C3FEFA: hue angle of 175.93º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C3FEFA is Cyan = 0.23, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 195 | 254 | 250 | - |
| CMYK | 0.23 | 0 | 0.02 | 0.00 |
| HSL | 175.93º | 0.97% | 0.88% | - |
| HSV(B) | 175.93º | 0.23% | 1% | - |
| XYZ | 75.2 | 89.39 | 103.73 | - |
| YUV | 235.9 | 135.95 | 98.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 254 | 250 | 0.23 | 0 | 0.02 | 0.00 | 175.93 | 0.97 | 0.88 |
| Hex | C3 | FE | FA | 17 | 0 | 2 | 0 | B0 | 61 | 58 |
| Octal | 303 | 376 | 372 | 27 | 0 | 2 | 0 | 260 | 141 | 130 |
| Binary | 11000011 | 11111110 | 11111010 | 10111 | 0 | 10 | 0 | 10110000 | 1100001 | 1011000 |
Color Harmonies of #C3FEFA
Complementary color
Monochromatic Colors of #C3FEFA
Black with #C3FEFA
Text Example
Text Example
White with #C3FEFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3FEFA; }
p { color: rgb(195,254,250); }
H1.HeaderClassName
{
color: #C3FEFA;
}
.AnyTagClassName
{
color: #C3FEFA;
}
</style>
background-color css
<style>
a { background-color: #C3FEFA; }
a { background-color: rgb(195,254,250); }
div.DivClassName
{
background-color: #C3FEFA;
}
.BgClassName
{
background-color: #C3FEFA;
}
</style>
border-color css
<style>
span { border-color: #C3FEFA; }
span { border-color: rgb(195,254,250); }
td.TdClassName
{
border-color: #C3FEFA;
}
.TagClassName
{
border-color: #C3FEFA;
}
</style>