Shades of Pale Turquoise #C0FAFC
Tints of Pale Turquoise #C0FAFC
RGB
CMYK
RGB Variations
Color information
#C0FAFC (or 0xC0FAFC) is known color: Pale Turquoise. HEX triplet: C0, FA and FC. RGB value is (192,250,252). Sum of RGB (Red+Green+Blue) = 192+250+252=694 (91% of max value = 765). Red value is 192 (75.39% from 255 or 27.67% from 694); Green value is 250 (98.05% from 255 or 36.02% from 694); Blue value is 252 (98.83% from 255 or 36.31% from 694); Max value from RGB is 252 - color contains mainly: blue. Hex color #C0FAFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C0FAFC is #3F0503. Grayscale: #E8E8E8. Windows color (decimal): -4130052 or 16579264. OLE color: 16579264.
HSL color Cylindrical-coordinate representation of color #C0FAFC: hue angle of 182º degrees, saturation: 0.91, 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 #C0FAFC is Cyan = 0.24, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 192 | 250 | 252 | - |
| CMYK | 0.24 | 0.01 | 0 | 0.01 |
| HSL | 182º | 0.91% | 0.87% | - |
| HSV(B) | 182º | 0.24% | 0.99% | - |
| XYZ | 73.49 | 86.61 | 104.94 | - |
| YUV | 232.89 | 138.78 | 98.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 250 | 252 | 0.24 | 0.01 | 0 | 0.01 | 182 | 0.91 | 0.87 |
| Hex | C0 | FA | FC | 18 | 1 | 0 | 1 | B6 | 5B | 57 |
| Octal | 300 | 372 | 374 | 30 | 1 | 0 | 1 | 266 | 133 | 127 |
| Binary | 11000000 | 11111010 | 11111100 | 11000 | 1 | 0 | 1 | 10110110 | 1011011 | 1010111 |
Color Harmonies of #C0FAFC
Complementary color
Monochromatic Colors of #C0FAFC
Black with #C0FAFC
Text Example
Text Example
White with #C0FAFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FAFC; }
p { color: rgb(192,250,252); }
H1.HeaderClassName
{
color: #C0FAFC;
}
.AnyTagClassName
{
color: #C0FAFC;
}
</style>
background-color css
<style>
a { background-color: #C0FAFC; }
a { background-color: rgb(192,250,252); }
div.DivClassName
{
background-color: #C0FAFC;
}
.BgClassName
{
background-color: #C0FAFC;
}
</style>
border-color css
<style>
span { border-color: #C0FAFC; }
span { border-color: rgb(192,250,252); }
td.TdClassName
{
border-color: #C0FAFC;
}
.TagClassName
{
border-color: #C0FAFC;
}
</style>