Shades of Pale Turquoise #C0FBFE
Tints of Pale Turquoise #C0FBFE
RGB
CMYK
RGB Variations
Color information
#C0FBFE (or 0xC0FBFE) is known color: Pale Turquoise. HEX triplet: C0, FB and FE. RGB value is (192,251,254). Sum of RGB (Red+Green+Blue) = 192+251+254=697 (92% of max value = 765). Red value is 192 (75.39% from 255 or 27.55% from 697); Green value is 251 (98.44% from 255 or 36.01% from 697); Blue value is 254 (99.61% from 255 or 36.44% from 697); Max value from RGB is 254 - color contains mainly: blue. Hex color #C0FBFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C0FBFE is #3F0401. Grayscale: #E9E9E9. Windows color (decimal): -4129794 or 16710592. OLE color: 16710592.
HSL color Cylindrical-coordinate representation of color #C0FBFE: hue angle of 182.9º 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 #C0FBFE is Cyan = 0.24, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 192 | 251 | 254 | - |
| CMYK | 0.24 | 0.01 | 0 | 0.00 |
| HSL | 182.9º | 0.97% | 0.87% | - |
| HSV(B) | 182.9º | 0.24% | 1% | - |
| XYZ | 74.12 | 87.36 | 106.72 | - |
| YUV | 233.7 | 139.45 | 98.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 251 | 254 | 0.24 | 0.01 | 0 | 0.00 | 182.9 | 0.97 | 0.87 |
| Hex | C0 | FB | FE | 18 | 1 | 0 | 0 | B7 | 61 | 57 |
| Octal | 300 | 373 | 376 | 30 | 1 | 0 | 0 | 267 | 141 | 127 |
| Binary | 11000000 | 11111011 | 11111110 | 11000 | 1 | 0 | 0 | 10110111 | 1100001 | 1010111 |
Color Harmonies of #C0FBFE
Complementary color
Monochromatic Colors of #C0FBFE
Black with #C0FBFE
Text Example
Text Example
White with #C0FBFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FBFE; }
p { color: rgb(192,251,254); }
H1.HeaderClassName
{
color: #C0FBFE;
}
.AnyTagClassName
{
color: #C0FBFE;
}
</style>
background-color css
<style>
a { background-color: #C0FBFE; }
a { background-color: rgb(192,251,254); }
div.DivClassName
{
background-color: #C0FBFE;
}
.BgClassName
{
background-color: #C0FBFE;
}
</style>
border-color css
<style>
span { border-color: #C0FBFE; }
span { border-color: rgb(192,251,254); }
td.TdClassName
{
border-color: #C0FBFE;
}
.TagClassName
{
border-color: #C0FBFE;
}
</style>