#C0F7F2

Color #C0F7F2 Pale Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Turquoise #C0F7F2

Tints of Pale Turquoise #C0F7F2

Color information

#C0F7F2 (or 0xC0F7F2) is unknown color: approx Pale Turquoise. HEX triplet: C0, F7 and F2. RGB value is (192,247,242). Sum of RGB (Red+Green+Blue) = 192+247+242=681 (90% of max value = 765). Red value is 192 (75.39% from 255 or 28.19% from 681); Green value is 247 (96.88% from 255 or 36.27% from 681); Blue value is 242 (94.92% from 255 or 35.54% from 681); Max value from RGB is 247 - color contains mainly: green. Hex color #C0F7F2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C0F7F2 is #3F080D. Grayscale: #E5E5E5. Windows color (decimal): -4130830 or 15923136. OLE color: 15923136.

HSL color Cylindrical-coordinate representation of color #C0F7F2: hue angle of 174.55º degrees, saturation: 0.77, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C0F7F2 is Cyan = 0.22, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.03.

Color convert

RGB192247242-
CMYK0.2200.020.03
HSL174.55º77.46%86.08%-
HSV(B)174.55º22.27%96.86%-
XYZ71.0384.1496.5-
YUV229.98134.78100.91-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 192 (75.39% from 255) = 28.19%
GREEN value IS 247 (96.88% from 255) = 36.27%
BLUE value IS 242 (94.92% from 255) = 35.54%
R=28.19%
G=36.27%
B=35.54%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1922472420.2200.020.03174.5577.4686.08
HexC0F7F216023af4d56
Octal30036736226023257115126
Binary11000000111101111111001010110010111010111110011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0F7F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0F7F2; }

 p { color: rgb(192,247,242); }

 H1.HeaderClassName
 {
   color: #C0F7F2;
 }
 .AnyTagClassName
 {
   color: #C0F7F2;
 }
</style>
background-color css

<style>
 a { background-color: #C0F7F2; }

 a { background-color: rgb(192,247,242); }

 div.DivClassName
 {
   background-color: #C0F7F2;
 }
 .BgClassName
 {
   background-color: #C0F7F2;
 }
</style>
border-color css

<style>
 span { border-color: #C0F7F2; }

 span { border-color: rgb(192,247,242); }

 td.TdClassName
 {
   border-color: #C0F7F2;
 }
 .TagClassName
 {
   border-color: #C0F7F2;
 }
</style>