Shades of Pale Turquoise #C0FBFF
Tints of Pale Turquoise #C0FBFF
RGB
CMYK
RGB Variations
Color information
#C0FBFF (or 0xC0FBFF) is known color: Pale Turquoise. HEX triplet: C0, FB and FF. RGB value is (192,251,255). Sum of RGB (Red+Green+Blue) = 192+251+255=698 (92% of max value = 765). Red value is 192 (75.39% from 255 or 27.51% from 698); Green value is 251 (98.44% from 255 or 35.96% from 698); Blue value is 255 (100% from 255 or 36.53% from 698); Max value from RGB is 255 - color contains mainly: blue. Hex color #C0FBFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C0FBFF is #3F0400. Grayscale: #E9E9E9. Windows color (decimal): -4129793 or 16776128. OLE color: 16776128.
HSL color Cylindrical-coordinate representation of color #C0FBFF: hue angle of 183.81º 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 #C0FBFF is Cyan = 0.25, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 192 | 251 | 255 | - |
| CMYK | 0.25 | 0.02 | 0 | 0 |
| HSL | 183.81º | 1% | 0.88% | - |
| HSV(B) | 183.81º | 0.25% | 1% | - |
| XYZ | 74.29 | 87.42 | 107.57 | - |
| YUV | 233.82 | 139.95 | 98.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 251 | 255 | 0.25 | 0.02 | 0 | 0 | 183.81 | 1 | 0.88 |
| Hex | C0 | FB | FF | 19 | 2 | 0 | 0 | B8 | 64 | 58 |
| Octal | 300 | 373 | 377 | 31 | 2 | 0 | 0 | 270 | 144 | 130 |
| Binary | 11000000 | 11111011 | 11111111 | 11001 | 10 | 0 | 0 | 10111000 | 1100100 | 1011000 |
Color Harmonies of #C0FBFF
Complementary color
Monochromatic Colors of #C0FBFF
Black with #C0FBFF
Text Example
Text Example
White with #C0FBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FBFF; }
p { color: rgb(192,251,255); }
H1.HeaderClassName
{
color: #C0FBFF;
}
.AnyTagClassName
{
color: #C0FBFF;
}
</style>
background-color css
<style>
a { background-color: #C0FBFF; }
a { background-color: rgb(192,251,255); }
div.DivClassName
{
background-color: #C0FBFF;
}
.BgClassName
{
background-color: #C0FBFF;
}
</style>
border-color css
<style>
span { border-color: #C0FBFF; }
span { border-color: rgb(192,251,255); }
td.TdClassName
{
border-color: #C0FBFF;
}
.TagClassName
{
border-color: #C0FBFF;
}
</style>