Shades of Pale Turquoise #C0F9FC
Tints of Pale Turquoise #C0F9FC
RGB
CMYK
RGB Variations
Color information
#C0F9FC (or 0xC0F9FC) is known color: Pale Turquoise. HEX triplet: C0, F9 and FC. RGB value is (192,249,252). Sum of RGB (Red+Green+Blue) = 192+249+252=693 (91% of max value = 765). Red value is 192 (75.39% from 255 or 27.71% from 693); Green value is 249 (97.66% from 255 or 35.93% from 693); Blue value is 252 (98.83% from 255 or 36.36% from 693); Max value from RGB is 252 - color contains mainly: blue. Hex color #C0F9FC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C0F9FC is #3F0603. Grayscale: #E8E8E8. Windows color (decimal): -4130308 or 16579008. OLE color: 16579008.
HSL color Cylindrical-coordinate representation of color #C0F9FC: hue angle of 183º 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 #C0F9FC is Cyan = 0.24, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 192 | 249 | 252 | - |
| CMYK | 0.24 | 0.01 | 0 | 0.01 |
| HSL | 183º | 0.91% | 0.87% | - |
| HSV(B) | 183º | 0.24% | 0.99% | - |
| XYZ | 73.18 | 85.99 | 104.84 | - |
| YUV | 232.3 | 139.12 | 99.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 249 | 252 | 0.24 | 0.01 | 0 | 0.01 | 183 | 0.91 | 0.87 |
| Hex | C0 | F9 | FC | 18 | 1 | 0 | 1 | B7 | 5B | 57 |
| Octal | 300 | 371 | 374 | 30 | 1 | 0 | 1 | 267 | 133 | 127 |
| Binary | 11000000 | 11111001 | 11111100 | 11000 | 1 | 0 | 1 | 10110111 | 1011011 | 1010111 |
Color Harmonies of #C0F9FC
Complementary color
Monochromatic Colors of #C0F9FC
Black with #C0F9FC
Text Example
Text Example
White with #C0F9FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F9FC; }
p { color: rgb(192,249,252); }
H1.HeaderClassName
{
color: #C0F9FC;
}
.AnyTagClassName
{
color: #C0F9FC;
}
</style>
background-color css
<style>
a { background-color: #C0F9FC; }
a { background-color: rgb(192,249,252); }
div.DivClassName
{
background-color: #C0F9FC;
}
.BgClassName
{
background-color: #C0F9FC;
}
</style>
border-color css
<style>
span { border-color: #C0F9FC; }
span { border-color: rgb(192,249,252); }
td.TdClassName
{
border-color: #C0F9FC;
}
.TagClassName
{
border-color: #C0F9FC;
}
</style>