Shades of Pale Turquoise #C0FAFB
Tints of Pale Turquoise #C0FAFB
RGB
CMYK
RGB Variations
Color information
#C0FAFB (or 0xC0FAFB) is known color: Pale Turquoise. HEX triplet: C0, FA and FB. RGB value is (192,250,251). Sum of RGB (Red+Green+Blue) = 192+250+251=693 (91% of max value = 765). Red value is 192 (75.39% from 255 or 27.71% from 693); Green value is 250 (98.05% from 255 or 36.08% from 693); Blue value is 251 (98.44% from 255 or 36.22% from 693); Max value from RGB is 251 - color contains mainly: blue. Hex color #C0FAFB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C0FAFB is #3F0504. Grayscale: #E8E8E8. Windows color (decimal): -4130053 or 16513728. OLE color: 16513728.
HSL color Cylindrical-coordinate representation of color #C0FAFB: hue angle of 181.02º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C0FAFB is Cyan = 0.24, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 250 | 251 | - |
| CMYK | 0.24 | 0.00 | 0 | 0.02 |
| HSL | 181.02º | 0.88% | 0.87% | - |
| HSV(B) | 181.02º | 0.24% | 0.98% | - |
| XYZ | 73.34 | 86.54 | 104.11 | - |
| YUV | 232.77 | 138.28 | 98.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 250 | 251 | 0.24 | 0.00 | 0 | 0.02 | 181.02 | 0.88 | 0.87 |
| Hex | C0 | FA | FB | 18 | 0 | 0 | 2 | B5 | 58 | 57 |
| Octal | 300 | 372 | 373 | 30 | 0 | 0 | 2 | 265 | 130 | 127 |
| Binary | 11000000 | 11111010 | 11111011 | 11000 | 0 | 0 | 10 | 10110101 | 1011000 | 1010111 |
Color Harmonies of #C0FAFB
Complementary color
Monochromatic Colors of #C0FAFB
Black with #C0FAFB
Text Example
Text Example
White with #C0FAFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FAFB; }
p { color: rgb(192,250,251); }
H1.HeaderClassName
{
color: #C0FAFB;
}
.AnyTagClassName
{
color: #C0FAFB;
}
</style>
background-color css
<style>
a { background-color: #C0FAFB; }
a { background-color: rgb(192,250,251); }
div.DivClassName
{
background-color: #C0FAFB;
}
.BgClassName
{
background-color: #C0FAFB;
}
</style>
border-color css
<style>
span { border-color: #C0FAFB; }
span { border-color: rgb(192,250,251); }
td.TdClassName
{
border-color: #C0FAFB;
}
.TagClassName
{
border-color: #C0FAFB;
}
</style>