Shades of Pale Turquoise #C0F9FE
Tints of Pale Turquoise #C0F9FE
RGB
CMYK
RGB Variations
Color information
#C0F9FE (or 0xC0F9FE) is known color: Pale Turquoise. HEX triplet: C0, F9 and FE. RGB value is (192,249,254). Sum of RGB (Red+Green+Blue) = 192+249+254=695 (92% of max value = 765). Red value is 192 (75.39% from 255 or 27.63% from 695); Green value is 249 (97.66% from 255 or 35.83% from 695); Blue value is 254 (99.61% from 255 or 36.55% from 695); Max value from RGB is 254 - color contains mainly: blue. Hex color #C0F9FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C0F9FE is #3F0601. Grayscale: #E8E8E8. Windows color (decimal): -4130306 or 16710080. OLE color: 16710080.
HSL color Cylindrical-coordinate representation of color #C0F9FE: hue angle of 184.84º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C0F9FE is Cyan = 0.24, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 192 | 249 | 254 | - |
| CMYK | 0.24 | 0.02 | 0 | 0.00 |
| HSL | 184.84º | 0.97% | 0.87% | - |
| HSV(B) | 184.84º | 0.24% | 1% | - |
| XYZ | 73.5 | 86.11 | 106.51 | - |
| YUV | 232.53 | 140.12 | 99.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 249 | 254 | 0.24 | 0.02 | 0 | 0.00 | 184.84 | 0.97 | 0.87 |
| Hex | C0 | F9 | FE | 18 | 2 | 0 | 0 | B9 | 61 | 57 |
| Octal | 300 | 371 | 376 | 30 | 2 | 0 | 0 | 271 | 141 | 127 |
| Binary | 11000000 | 11111001 | 11111110 | 11000 | 10 | 0 | 0 | 10111001 | 1100001 | 1010111 |
Color Harmonies of #C0F9FE
Complementary color
Monochromatic Colors of #C0F9FE
Black with #C0F9FE
Text Example
Text Example
White with #C0F9FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F9FE; }
p { color: rgb(192,249,254); }
H1.HeaderClassName
{
color: #C0F9FE;
}
.AnyTagClassName
{
color: #C0F9FE;
}
</style>
background-color css
<style>
a { background-color: #C0F9FE; }
a { background-color: rgb(192,249,254); }
div.DivClassName
{
background-color: #C0F9FE;
}
.BgClassName
{
background-color: #C0F9FE;
}
</style>
border-color css
<style>
span { border-color: #C0F9FE; }
span { border-color: rgb(192,249,254); }
td.TdClassName
{
border-color: #C0F9FE;
}
.TagClassName
{
border-color: #C0F9FE;
}
</style>