Shades of Pale Turquoise #C0F5F2
Tints of Pale Turquoise #C0F5F2
RGB
CMYK
RGB Variations
Color information
#C0F5F2 (or 0xC0F5F2) is known color: Pale Turquoise. HEX triplet: C0, F5 and F2. RGB value is (192,245,242). Sum of RGB (Red+Green+Blue) = 192+245+242=679 (89% of max value = 765). Red value is 192 (75.39% from 255 or 28.28% from 679); Green value is 245 (96.09% from 255 or 36.08% from 679); Blue value is 242 (94.92% from 255 or 35.64% from 679); Max value from RGB is 245 - color contains mainly: green. Hex color #C0F5F2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C0F5F2 is #3F0A0D. Grayscale: #E4E4E4. Windows color (decimal): -4131342 or 15922624. OLE color: 15922624.
HSL color Cylindrical-coordinate representation of color #C0F5F2: hue angle of 176.6º degrees, saturation: 0.73, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C0F5F2 is Cyan = 0.22, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 192 | 245 | 242 | - |
| CMYK | 0.22 | 0 | 0.01 | 0.04 |
| HSL | 176.6º | 0.73% | 0.86% | - |
| HSV(B) | 176.6º | 0.22% | 0.96% | - |
| XYZ | 70.42 | 82.92 | 96.3 | - |
| YUV | 228.81 | 135.44 | 101.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 245 | 242 | 0.22 | 0 | 0.01 | 0.04 | 176.6 | 0.73 | 0.86 |
| Hex | C0 | F5 | F2 | 16 | 0 | 1 | 4 | B1 | 49 | 56 |
| Octal | 300 | 365 | 362 | 26 | 0 | 1 | 4 | 261 | 111 | 126 |
| Binary | 11000000 | 11110101 | 11110010 | 10110 | 0 | 1 | 100 | 10110001 | 1001001 | 1010110 |
Color Harmonies of #C0F5F2
Complementary color
Monochromatic Colors of #C0F5F2
Black with #C0F5F2
Text Example
Text Example
White with #C0F5F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F5F2; }
p { color: rgb(192,245,242); }
H1.HeaderClassName
{
color: #C0F5F2;
}
.AnyTagClassName
{
color: #C0F5F2;
}
</style>
background-color css
<style>
a { background-color: #C0F5F2; }
a { background-color: rgb(192,245,242); }
div.DivClassName
{
background-color: #C0F5F2;
}
.BgClassName
{
background-color: #C0F5F2;
}
</style>
border-color css
<style>
span { border-color: #C0F5F2; }
span { border-color: rgb(192,245,242); }
td.TdClassName
{
border-color: #C0F5F2;
}
.TagClassName
{
border-color: #C0F5F2;
}
</style>