Shades of Pale Turquoise #C0FAFF
Tints of Pale Turquoise #C0FAFF
RGB
CMYK
RGB Variations
Color information
#C0FAFF (or 0xC0FAFF) is known color: Pale Turquoise. HEX triplet: C0, FA and FF. RGB value is (192,250,255). Sum of RGB (Red+Green+Blue) = 192+250+255=697 (92% of max value = 765). Red value is 192 (75.39% from 255 or 27.55% from 697); Green value is 250 (98.05% from 255 or 35.87% from 697); Blue value is 255 (100% from 255 or 36.59% from 697); Max value from RGB is 255 - color contains mainly: blue. Hex color #C0FAFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C0FAFF is #3F0500. Grayscale: #E9E9E9. Windows color (decimal): -4130049 or 16775872. OLE color: 16775872.
HSL color Cylindrical-coordinate representation of color #C0FAFF: hue angle of 184.76º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C0FAFF is Cyan = 0.25, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 192 | 250 | 255 | - |
| CMYK | 0.25 | 0.02 | 0 | 0 |
| HSL | 184.76º | 1% | 0.88% | - |
| HSV(B) | 184.76º | 0.25% | 1% | - |
| XYZ | 73.97 | 86.8 | 107.46 | - |
| YUV | 233.23 | 140.28 | 98.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 250 | 255 | 0.25 | 0.02 | 0 | 0 | 184.76 | 1 | 0.88 |
| Hex | C0 | FA | FF | 19 | 2 | 0 | 0 | B9 | 64 | 58 |
| Octal | 300 | 372 | 377 | 31 | 2 | 0 | 0 | 271 | 144 | 130 |
| Binary | 11000000 | 11111010 | 11111111 | 11001 | 10 | 0 | 0 | 10111001 | 1100100 | 1011000 |
Color Harmonies of #C0FAFF
Complementary color
Monochromatic Colors of #C0FAFF
Black with #C0FAFF
Text Example
Text Example
White with #C0FAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FAFF; }
p { color: rgb(192,250,255); }
H1.HeaderClassName
{
color: #C0FAFF;
}
.AnyTagClassName
{
color: #C0FAFF;
}
</style>
background-color css
<style>
a { background-color: #C0FAFF; }
a { background-color: rgb(192,250,255); }
div.DivClassName
{
background-color: #C0FAFF;
}
.BgClassName
{
background-color: #C0FAFF;
}
</style>
border-color css
<style>
span { border-color: #C0FAFF; }
span { border-color: rgb(192,250,255); }
td.TdClassName
{
border-color: #C0FAFF;
}
.TagClassName
{
border-color: #C0FAFF;
}
</style>