Shades of Pale Turquoise #C0FAFD
Tints of Pale Turquoise #C0FAFD
RGB
CMYK
RGB Variations
Color information
#C0FAFD (or 0xC0FAFD) is known color: Pale Turquoise. HEX triplet: C0, FA and FD. RGB value is (192,250,253). Sum of RGB (Red+Green+Blue) = 192+250+253=695 (92% of max value = 765). Red value is 192 (75.39% from 255 or 27.63% from 695); Green value is 250 (98.05% from 255 or 35.97% from 695); Blue value is 253 (99.22% from 255 or 36.40% from 695); Max value from RGB is 253 - color contains mainly: blue. Hex color #C0FAFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C0FAFD is #3F0502. Grayscale: #E8E8E8. Windows color (decimal): -4130051 or 16644800. OLE color: 16644800.
HSL color Cylindrical-coordinate representation of color #C0FAFD: hue angle of 182.95º degrees, saturation: 0.94, 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 #C0FAFD is Cyan = 0.24, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 192 | 250 | 253 | - |
| CMYK | 0.24 | 0.01 | 0 | 0.01 |
| HSL | 182.95º | 0.94% | 0.87% | - |
| HSV(B) | 182.95º | 0.24% | 0.99% | - |
| XYZ | 73.65 | 86.67 | 105.78 | - |
| YUV | 233 | 139.28 | 98.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 250 | 253 | 0.24 | 0.01 | 0 | 0.01 | 182.95 | 0.94 | 0.87 |
| Hex | C0 | FA | FD | 18 | 1 | 0 | 1 | B7 | 5E | 57 |
| Octal | 300 | 372 | 375 | 30 | 1 | 0 | 1 | 267 | 136 | 127 |
| Binary | 11000000 | 11111010 | 11111101 | 11000 | 1 | 0 | 1 | 10110111 | 1011110 | 1010111 |
Color Harmonies of #C0FAFD
Complementary color
Monochromatic Colors of #C0FAFD
Black with #C0FAFD
Text Example
Text Example
White with #C0FAFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FAFD; }
p { color: rgb(192,250,253); }
H1.HeaderClassName
{
color: #C0FAFD;
}
.AnyTagClassName
{
color: #C0FAFD;
}
</style>
background-color css
<style>
a { background-color: #C0FAFD; }
a { background-color: rgb(192,250,253); }
div.DivClassName
{
background-color: #C0FAFD;
}
.BgClassName
{
background-color: #C0FAFD;
}
</style>
border-color css
<style>
span { border-color: #C0FAFD; }
span { border-color: rgb(192,250,253); }
td.TdClassName
{
border-color: #C0FAFD;
}
.TagClassName
{
border-color: #C0FAFD;
}
</style>