Shades of Pale Turquoise #C0FDFF
Tints of Pale Turquoise #C0FDFF
RGB
CMYK
RGB Variations
Color information
#C0FDFF (or 0xC0FDFF) is known color: Pale Turquoise. HEX triplet: C0, FD and FF. RGB value is (192,253,255). Sum of RGB (Red+Green+Blue) = 192+253+255=700 (92% of max value = 765). Red value is 192 (75.39% from 255 or 27.43% from 700); Green value is 253 (99.22% from 255 or 36.14% from 700); Blue value is 255 (100% from 255 or 36.43% from 700); Max value from RGB is 255 - color contains mainly: blue. Hex color #C0FDFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C0FDFF is #3F0200. Grayscale: #EAEAEA. Windows color (decimal): -4129281 or 16776640. OLE color: 16776640.
HSL color Cylindrical-coordinate representation of color #C0FDFF: hue angle of 181.9º 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 #C0FDFF is Cyan = 0.25, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 192 | 253 | 255 | - |
| CMYK | 0.25 | 0.01 | 0 | 0 |
| HSL | 181.9º | 1% | 0.88% | - |
| HSV(B) | 181.9º | 0.25% | 1% | - |
| XYZ | 74.91 | 88.68 | 107.78 | - |
| YUV | 234.99 | 139.29 | 97.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 253 | 255 | 0.25 | 0.01 | 0 | 0 | 181.9 | 1 | 0.88 |
| Hex | C0 | FD | FF | 19 | 1 | 0 | 0 | B6 | 64 | 58 |
| Octal | 300 | 375 | 377 | 31 | 1 | 0 | 0 | 266 | 144 | 130 |
| Binary | 11000000 | 11111101 | 11111111 | 11001 | 1 | 0 | 0 | 10110110 | 1100100 | 1011000 |
Color Harmonies of #C0FDFF
Complementary color
Monochromatic Colors of #C0FDFF
Black with #C0FDFF
Text Example
Text Example
White with #C0FDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FDFF; }
p { color: rgb(192,253,255); }
H1.HeaderClassName
{
color: #C0FDFF;
}
.AnyTagClassName
{
color: #C0FDFF;
}
</style>
background-color css
<style>
a { background-color: #C0FDFF; }
a { background-color: rgb(192,253,255); }
div.DivClassName
{
background-color: #C0FDFF;
}
.BgClassName
{
background-color: #C0FDFF;
}
</style>
border-color css
<style>
span { border-color: #C0FDFF; }
span { border-color: rgb(192,253,255); }
td.TdClassName
{
border-color: #C0FDFF;
}
.TagClassName
{
border-color: #C0FDFF;
}
</style>